import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { ComputeOptimizerServiceException as __BaseException } from "./ComputeOptimizerServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; constructor(opts: __ExceptionOptionType); } export declare class InvalidParameterValueException extends __BaseException { readonly name: "InvalidParameterValueException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class MissingAuthenticationToken extends __BaseException { readonly name: "MissingAuthenticationToken"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class OptInRequiredException extends __BaseException { readonly name: "OptInRequiredException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ServiceUnavailableException extends __BaseException { readonly name: "ServiceUnavailableException"; readonly $fault: "server"; constructor(opts: __ExceptionOptionType); } export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); }