import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { MachineLearningServiceException as __BaseException } from "./MachineLearningServiceException"; export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; code?: number | undefined; constructor(opts: __ExceptionOptionType); } export declare class InvalidInputException extends __BaseException { readonly name: "InvalidInputException"; readonly $fault: "client"; code?: number | undefined; constructor(opts: __ExceptionOptionType); } export declare class InvalidTagException extends __BaseException { readonly name: "InvalidTagException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; code?: number | undefined; constructor(opts: __ExceptionOptionType); } export declare class TagLimitExceededException extends __BaseException { readonly name: "TagLimitExceededException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class IdempotentParameterMismatchException extends __BaseException { readonly name: "IdempotentParameterMismatchException"; readonly $fault: "client"; code?: number | undefined; constructor(opts: __ExceptionOptionType); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; code?: number | undefined; constructor(opts: __ExceptionOptionType); } export declare class PredictorNotMountedException extends __BaseException { readonly name: "PredictorNotMountedException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); }