export declare function writeMarkdown(outputPath: string, content: string): Promise; export declare function joinSections(sections: string[]): string; export declare function sanitizeMarkdown(text: string): string; export declare function escapeForTable(text: string): string; //# sourceMappingURL=markdown-writer.d.ts.map