type Table<$Cell> = $Cell[][];
type Datum = string | number | Date;
export declare const table: (data: Table<Datum>) => string;
export {};
//# sourceMappingURL=table.d.ts.map