export declare const cache: Map; 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;