import { ColumnType, ITypeOptions, Language } from '../../../types'; export declare const transformFormulaToString: (value: string | number, typeOptions: ITypeOptions, opts?: { locale?: Language; }) => string;