import type { IDatetimeFormatting } from '@teable/core'; export declare const cellDate2String: (cellValue: unknown, formatting: IDatetimeFormatting, isMultipleCellValue: boolean | undefined) => string;