import { ColumnType, ITypeOptions } from '../../../types'; export declare const transformCurrencyToString: (value: number | undefined | null, typeOptions: Pick, 'precision' | 'currencyFormat'>) => string | null;