import { ContentFormat } from '../../TableGlideInstance/type'; export declare const formatCellValue: (value: unknown, format?: ContentFormat) => string;