import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { CloudHSMServiceException as __BaseException } from "./CloudHSMServiceException"; export declare class CloudHsmInternalException extends __BaseException { readonly name: "CloudHsmInternalException"; readonly $fault: "server"; retryable?: boolean | undefined; constructor(opts: __ExceptionOptionType); } export declare class CloudHsmServiceException extends __BaseException { readonly name: "CloudHsmServiceException"; readonly $fault: "client"; retryable?: boolean | undefined; constructor(opts: __ExceptionOptionType); } export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; retryable?: boolean | undefined; constructor(opts: __ExceptionOptionType); }