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