import type { Colors } from '../types/markdown-parser.js';
export declare function parseMarkdownTable(tableText: string, themeColors: Colors, width?: number): string;
//# sourceMappingURL=table-parser.d.ts.map