type TableCell = string | number | Date;
type Table = TableCell[][];
export declare function printTable(table: Table): string;
export {};
//# sourceMappingURL=print-table.d.ts.map