import { Marked } from 'marked';
import { mfmFn as markedMfmFn, mfmMention as markedMfmMention } from './utils/renderer';
import { mfmFnToken as markedMfmFnParser, mfmMentionToken as markedMfmMentionParser } from './utils/token';
export declare namespace mfm4marked {
    function marked(): Marked;
    function parse(src: string): string | Promise<string>;
}
export { markedMfmFn, markedMfmMention, markedMfmFnParser, markedMfmMentionParser, };
