export type HighlightProcessor = (code: string, lang: string, options?: Record) => string; export declare function createMarkdownParserMarked(highlight?: HighlightProcessor): (markdown: string) => string;