export declare enum PhoneNumberFormat {
    International = "INTERNATIONAL",
    National = "NATIONAL"
}
