export declare const cache: Map<string, Intl.NumberFormat>;
export declare function getFormatter(locale?: string | string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat;
export declare function formatNumber(value: number | null, locale?: string | string[], options?: Intl.NumberFormatOptions): string;
