import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { ElasticBeanstalkSyntheticServiceException as __BaseException } from "./ElasticBeanstalkSyntheticServiceException"; export declare class InsufficientPrivilegesException extends __BaseException { readonly name: "InsufficientPrivilegesException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ElasticBeanstalkServiceException extends __BaseException { readonly name: "ElasticBeanstalkServiceException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ManagedActionInvalidStateException extends __BaseException { readonly name: "ManagedActionInvalidStateException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class TooManyEnvironmentsException extends __BaseException { readonly name: "TooManyEnvironmentsException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class TooManyApplicationsException extends __BaseException { readonly name: "TooManyApplicationsException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class CodeBuildNotInServiceRegionException extends __BaseException { readonly name: "CodeBuildNotInServiceRegionException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class S3LocationNotInServiceRegionException extends __BaseException { readonly name: "S3LocationNotInServiceRegionException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class TooManyApplicationVersionsException extends __BaseException { readonly name: "TooManyApplicationVersionsException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class TooManyBucketsException extends __BaseException { readonly name: "TooManyBucketsException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class TooManyConfigurationTemplatesException extends __BaseException { readonly name: "TooManyConfigurationTemplatesException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class TooManyPlatformsException extends __BaseException { readonly name: "TooManyPlatformsException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class S3SubscriptionRequiredException extends __BaseException { readonly name: "S3SubscriptionRequiredException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class OperationInProgressException extends __BaseException { readonly name: "OperationInProgressException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class SourceBundleDeletionException extends __BaseException { readonly name: "SourceBundleDeletionException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class PlatformVersionStillReferencedException extends __BaseException { readonly name: "PlatformVersionStillReferencedException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType, ); } export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ResourceTypeNotSupportedException extends __BaseException { readonly name: "ResourceTypeNotSupportedException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); }