/** Renders parsed GFM blocks to terminal text, fitting tables to `width`. */ export declare function renderMarkdown(input: string, width?: number): string;