export declare function escapeMarkdown(text: string): string; /** * Removes all markdown marks and replaces newlines with space. */ export declare function removeMarkdown(text: string): string; export declare function extractHeading(text: string): string | null; //# sourceMappingURL=markdownUtils.d.ts.map