/** * Escapes special markdown characters and normalizes indentation on non-markdown * text * @param text text to clean up * @returns cleaned up text */ export declare function normalizeMarkdownText(text: string): string;