export * from './core';
export * from './to_locale_string';
export { NumberFormatOptions } from './types';
/**
 * Check if a formatting number with unit is supported
 * @public
 * @param unit unit to check
 */
export declare function isUnitSupported(unit: string): boolean;
//# sourceMappingURL=index.d.ts.map