export declare function validateAndModifyMarkdown(markdownString: string): string;
export declare function escapeHTML(str: string): string;
