/** * Simple markdown renderer for terminal output * * Converts markdown to terminal-formatted output with colors and indentation. * Handles: headers, code blocks, inline code, bold, lists, tables, and links. */ export declare function renderMarkdown(markdown: string): string; //# sourceMappingURL=markdown-renderer.d.ts.map