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