export declare const NumeralsFormat: { readonly International: "international"; readonly Native: "native"; }; export type NumeralsFormat = (typeof NumeralsFormat)[keyof typeof NumeralsFormat];