import { CellValue, ColumnType, ITypeOptions } from '../../types'; export declare const transformCellValueToDate: ({ cellValue, typeOptions, }: { cellValue: CellValue; typeOptions: ITypeOptions; }) => string | null;