import { ColumnFormat, Row } from './types'; export declare function flattenObject(obj: Row, prefix?: string): Row; export declare function unflattenObject(obj: Row): Row; export declare function formatCellValue(value: any, format?: ColumnFormat): string; export declare function parseValueForFormat(value: string | boolean, format?: ColumnFormat): any; //# sourceMappingURL=utils.d.ts.map