import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CodeBuildServiceException as __BaseException } from "./CodeBuildServiceException"; export declare class AccountLimitExceededException extends __BaseException { readonly name: "AccountLimitExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class AccountSuspendedException extends __BaseException { readonly name: "AccountSuspendedException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class InvalidInputException extends __BaseException { readonly name: "InvalidInputException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ResourceAlreadyExistsException extends __BaseException { readonly name: "ResourceAlreadyExistsException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class OAuthProviderException extends __BaseException { readonly name: "OAuthProviderException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); }