import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { AutoScalingPlansServiceException as __BaseException } from "./AutoScalingPlansServiceException"; export declare class ConcurrentUpdateException extends __BaseException { readonly name: "ConcurrentUpdateException"; readonly $fault: "server"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InternalServiceException extends __BaseException { readonly name: "InternalServiceException"; readonly $fault: "server"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ObjectNotFoundException extends __BaseException { readonly name: "ObjectNotFoundException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InvalidNextTokenException extends __BaseException { readonly name: "InvalidNextTokenException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); }