export declare const prefixFormat: readonly ["sign", "code", "value"]; export declare const suffixFormat: readonly ["sign", "value", "separator", "code"]; export type GetSeparators = (locale: string) => { decimal: string | null | undefined; thousands: string | null | undefined; }; export declare const getSeparators: GetSeparators; //# sourceMappingURL=localeUtility.d.ts.map