export declare const PhoneNumberType: { readonly Home: "Home"; readonly Mobile: "Mobile"; readonly Work: "Work"; }; export type PhoneNumberType = (typeof PhoneNumberType)[keyof typeof PhoneNumberType];