import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { ApplicationDiscoveryServiceServiceException as __BaseException } from "./ApplicationDiscoveryServiceServiceException"; export declare class AuthorizationErrorException extends __BaseException { readonly name: "AuthorizationErrorException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class HomeRegionNotSetException extends __BaseException { readonly name: "HomeRegionNotSetException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class InvalidParameterException extends __BaseException { readonly name: "InvalidParameterException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class InvalidParameterValueException extends __BaseException { readonly name: "InvalidParameterValueException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ServerInternalErrorException extends __BaseException { readonly name: "ServerInternalErrorException"; readonly $fault: "server"; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class OperationNotPermittedException extends __BaseException { readonly name: "OperationNotPermittedException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ConflictErrorException extends __BaseException { readonly name: "ConflictErrorException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ResourceInUseException extends __BaseException { readonly name: "ResourceInUseException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); }