import { CellType, CellValue } from "../types"; export declare const parseCellType: (cellType: CellType | ((rowData: Record) => CellType), formattedRowData: Record) => CellType;