declare function table(data: unknown[][]): string;

export = table;
