export declare class PhoneNumberFormat { getTerritory(): string; getInternationalDialingCode(): string; getGlobalDialingCode(): string; getLocalDialingCode(): string; isLocalDialingCodeOptional(): boolean; isLocalFollowsGlobal(): boolean; } //# sourceMappingURL=PhoneNumberFormat.d.ts.map