import type { TableSpec } from './types.js'; export declare function rowsToTsv(table: TableSpec, rows: Record[]): string; export declare function tsvToRows(table: TableSpec, text: string): Record[]; //# sourceMappingURL=tsv.d.ts.map