blob: 5c1270bec5706ed2b68099e0921eba7084c0e030 [file] [log] [blame]
import type { Row } from './types/internal';
export declare const stringifyTableData: (rows: unknown[][]) => Row[];