/** * Escape markdown special characters to prevent injection */ export declare function escapeMarkdown(text: string): string; //# sourceMappingURL=markdown-escape.d.ts.map