export declare const ErrorCode: { readonly AccessDenied: "AccessDenied"; readonly BadRequest: "BadRequest"; readonly Conflict: "Conflict"; readonly Forbidden: "Forbidden"; readonly NotFound: "NotFound"; readonly PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist"; readonly PreconditionFailed: "PreconditionFailed"; readonly ResourceLimitExceeded: "ResourceLimitExceeded"; readonly ServiceFailure: "ServiceFailure"; readonly ServiceUnavailable: "ServiceUnavailable"; readonly Throttled: "Throttled"; readonly Throttling: "Throttling"; readonly Unauthorized: "Unauthorized"; readonly Unprocessable: "Unprocessable"; readonly VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist"; }; export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode]; export declare const AccountStatus: { readonly Active: "Active"; readonly Suspended: "Suspended"; }; export type AccountStatus = (typeof AccountStatus)[keyof typeof AccountStatus]; export declare const AccountType: { readonly EnterpriseDirectory: "EnterpriseDirectory"; readonly EnterpriseLWA: "EnterpriseLWA"; readonly EnterpriseOIDC: "EnterpriseOIDC"; readonly Team: "Team"; }; export type AccountType = (typeof AccountType)[keyof typeof AccountType]; export declare const License: { readonly Basic: "Basic"; readonly Plus: "Plus"; readonly Pro: "Pro"; readonly ProTrial: "ProTrial"; }; export type License = (typeof License)[keyof typeof License]; export declare const RoomMembershipRole: { readonly Administrator: "Administrator"; readonly Member: "Member"; }; export type RoomMembershipRole = (typeof RoomMembershipRole)[keyof typeof RoomMembershipRole]; export declare const PhoneNumberProductType: { readonly BusinessCalling: "BusinessCalling"; readonly SipMediaApplicationDialIn: "SipMediaApplicationDialIn"; readonly VoiceConnector: "VoiceConnector"; }; export type PhoneNumberProductType = (typeof PhoneNumberProductType)[keyof typeof PhoneNumberProductType]; export declare const UserType: { readonly PrivateUser: "PrivateUser"; readonly SharedDevice: "SharedDevice"; }; export type UserType = (typeof UserType)[keyof typeof UserType]; export declare const BotType: { readonly ChatBot: "ChatBot"; }; export type BotType = (typeof BotType)[keyof typeof BotType]; export declare const CallingNameStatus: { readonly Unassigned: "Unassigned"; readonly UpdateFailed: "UpdateFailed"; readonly UpdateInProgress: "UpdateInProgress"; readonly UpdateSucceeded: "UpdateSucceeded"; }; export type CallingNameStatus = (typeof CallingNameStatus)[keyof typeof CallingNameStatus]; export declare const OrderedPhoneNumberStatus: { readonly Acquired: "Acquired"; readonly Failed: "Failed"; readonly Processing: "Processing"; }; export type OrderedPhoneNumberStatus = (typeof OrderedPhoneNumberStatus)[keyof typeof OrderedPhoneNumberStatus]; export declare const PhoneNumberOrderStatus: { readonly Failed: "Failed"; readonly Partial: "Partial"; readonly Processing: "Processing"; readonly Successful: "Successful"; }; export type PhoneNumberOrderStatus = (typeof PhoneNumberOrderStatus)[keyof typeof PhoneNumberOrderStatus]; export declare const MemberType: { readonly Bot: "Bot"; readonly User: "User"; readonly Webhook: "Webhook"; }; export type MemberType = (typeof MemberType)[keyof typeof MemberType]; export declare const InviteStatus: { readonly Accepted: "Accepted"; readonly Failed: "Failed"; readonly Pending: "Pending"; }; export type InviteStatus = (typeof InviteStatus)[keyof typeof InviteStatus]; export declare const RegistrationStatus: { readonly Registered: "Registered"; readonly Suspended: "Suspended"; readonly Unregistered: "Unregistered"; }; export type RegistrationStatus = (typeof RegistrationStatus)[keyof typeof RegistrationStatus]; export declare const EmailStatus: { readonly Failed: "Failed"; readonly NotSent: "NotSent"; readonly Sent: "Sent"; }; export type EmailStatus = (typeof EmailStatus)[keyof typeof EmailStatus]; export declare const PhoneNumberAssociationName: { readonly AccountId: "AccountId"; readonly SipRuleId: "SipRuleId"; readonly UserId: "UserId"; readonly VoiceConnectorGroupId: "VoiceConnectorGroupId"; readonly VoiceConnectorId: "VoiceConnectorId"; }; export type PhoneNumberAssociationName = (typeof PhoneNumberAssociationName)[keyof typeof PhoneNumberAssociationName]; export declare const PhoneNumberStatus: { readonly AcquireFailed: "AcquireFailed"; readonly AcquireInProgress: "AcquireInProgress"; readonly Assigned: "Assigned"; readonly DeleteFailed: "DeleteFailed"; readonly DeleteInProgress: "DeleteInProgress"; readonly ReleaseFailed: "ReleaseFailed"; readonly ReleaseInProgress: "ReleaseInProgress"; readonly Unassigned: "Unassigned"; }; export type PhoneNumberStatus = (typeof PhoneNumberStatus)[keyof typeof PhoneNumberStatus]; export declare const PhoneNumberType: { readonly Local: "Local"; readonly TollFree: "TollFree"; }; export type PhoneNumberType = (typeof PhoneNumberType)[keyof typeof PhoneNumberType];