import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { CloudHSMV2ServiceException as __BaseException } from "./CloudHSMV2ServiceException"; export declare class CloudHsmAccessDeniedException extends __BaseException { readonly name: "CloudHsmAccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class CloudHsmInternalFailureException extends __BaseException { readonly name: "CloudHsmInternalFailureException"; readonly $fault: "server"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class CloudHsmInvalidRequestException extends __BaseException { readonly name: "CloudHsmInvalidRequestException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class CloudHsmResourceNotFoundException extends __BaseException { readonly name: "CloudHsmResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class CloudHsmServiceException extends __BaseException { readonly name: "CloudHsmServiceException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class CloudHsmTagException extends __BaseException { readonly name: "CloudHsmTagException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class CloudHsmResourceLimitExceededException extends __BaseException { readonly name: "CloudHsmResourceLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); }