import * as M from '..'; import * as P from './core'; export declare const language: { fullParser: P.Parser; simpleParser: P.Parser; full: P.Parser; simple: P.Parser; inline: P.Parser; quote: P.Parser; codeBlock: P.Parser; mathBlock: P.Parser; centerTag: P.Parser; big: P.Parser; boldAsta: P.Parser; boldTag: P.Parser; boldUnder: P.Parser; smallTag: P.Parser; italicTag: P.Parser; italicAsta: P.Parser; italicUnder: P.Parser; strikeTag: P.Parser; strikeWave: P.Parser; unicodeEmoji: P.Parser; plainTag: P.Parser; fn: P.Parser; inlineCode: P.Parser; mathInline: P.Parser; mention: P.Parser; hashtag: P.Parser; emojiCode: P.Parser; link: P.Parser; url: P.Parser; urlAlt: P.Parser; search: P.Parser; text: P.Parser; };