import { Utils } from 'choerodon-ui/dataset';
export { transformString, trimString } from 'choerodon-ui/dataset';
declare const toLocaleStringSupportsLocales: typeof Utils.toLocaleStringSupportsLocales;
declare const getNumberFormatOptions: typeof Utils.getNumberFormatOptions;
declare const toLocaleStringPolyfill: typeof Utils.toLocaleStringPolyfill;
export { toLocaleStringSupportsLocales, getNumberFormatOptions, toLocaleStringPolyfill };
