import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { CognitoIdentityServiceException as __BaseException } from "./CognitoIdentityServiceException"; export declare class InternalErrorException extends __BaseException { readonly name: "InternalErrorException"; readonly $fault: "server"; constructor( opts: __ExceptionOptionType ); } export declare class InvalidParameterException extends __BaseException { readonly name: "InvalidParameterException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class NotAuthorizedException extends __BaseException { readonly name: "NotAuthorizedException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ResourceConflictException extends __BaseException { readonly name: "ResourceConflictException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class TooManyRequestsException extends __BaseException { readonly name: "TooManyRequestsException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ExternalServiceException extends __BaseException { readonly name: "ExternalServiceException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class InvalidIdentityPoolConfigurationException extends __BaseException { readonly name: "InvalidIdentityPoolConfigurationException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< InvalidIdentityPoolConfigurationException, __BaseException > ); } export declare class DeveloperUserAlreadyRegisteredException extends __BaseException { readonly name: "DeveloperUserAlreadyRegisteredException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< DeveloperUserAlreadyRegisteredException, __BaseException > ); } export declare class ConcurrentModificationException extends __BaseException { readonly name: "ConcurrentModificationException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< ConcurrentModificationException, __BaseException > ); }