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