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