import { FieldFormat, FieldTrim, FieldType } from '../data-set/enum';
export declare function toLocaleStringSupportsLocales(): any;
export declare function getNumberFormatOptions(type: FieldType, options?: Intl.NumberFormatOptions): Intl.NumberFormatOptions;
export declare function toLocaleStringPolyfill(value: number, type: FieldType, options?: Intl.NumberFormatOptions): string;
export declare function trimString(value: string, fieldTrim?: FieldTrim): string;
export declare function transformString(value: string, format?: FieldFormat | string): string;
