import type { Cell } from '../types'; export declare const getCellData: (cell: null | Pick, lang: string) => Record; //# sourceMappingURL=getCellData.d.ts.map