export declare function markdownTableToData(markdown: string): Promise; export declare function tableDataToMarkdown(data: any[]): string;