export declare function escapeSpecialCharacters(str: string): string; export declare function parseMarkdown(markdown: string): string;