export declare const parseMarkdown: (markdownString: string, options?: { includeLineBreaks?: boolean; inline?: boolean; }) => string; export declare const configureMarked: () => void;