export declare const PrimaryEmailUpdateStatus: { readonly ACCEPTED: "ACCEPTED"; readonly PENDING: "PENDING"; }; export type PrimaryEmailUpdateStatus = (typeof PrimaryEmailUpdateStatus)[keyof typeof PrimaryEmailUpdateStatus]; export declare const ValidationExceptionReason: { readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed"; readonly INVALID_REGION_OPT_TARGET: "invalidRegionOptTarget"; }; export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason]; export declare const AlternateContactType: { readonly BILLING: "BILLING"; readonly OPERATIONS: "OPERATIONS"; readonly SECURITY: "SECURITY"; }; export type AlternateContactType = (typeof AlternateContactType)[keyof typeof AlternateContactType]; export declare const AwsAccountState: { readonly ACTIVE: "ACTIVE"; readonly CLOSED: "CLOSED"; readonly PENDING_ACTIVATION: "PENDING_ACTIVATION"; readonly SUSPENDED: "SUSPENDED"; }; export type AwsAccountState = (typeof AwsAccountState)[keyof typeof AwsAccountState]; export declare const RegionOptStatus: { readonly DISABLED: "DISABLED"; readonly DISABLING: "DISABLING"; readonly ENABLED: "ENABLED"; readonly ENABLED_BY_DEFAULT: "ENABLED_BY_DEFAULT"; readonly ENABLING: "ENABLING"; }; export type RegionOptStatus = (typeof RegionOptStatus)[keyof typeof RegionOptStatus];