import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { LaunchWizardServiceException as __BaseException } from "./LaunchWizardServiceException"; export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; constructor(opts: __ExceptionOptionType); } export declare class ResourceLimitException extends __BaseException { readonly name: "ResourceLimitException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); }