/** * Markdown formatting utilities */ /** * Format markdown for terminal display * Simple formatting without external renderer for now */ export declare function formatMarkdown(content: string): string; //# sourceMappingURL=markdown.d.ts.map