import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { QConnectServiceException as __BaseException } from "./QConnectServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; resourceName?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; $retryable: {}; constructor(opts: __ExceptionOptionType); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class UnauthorizedException extends __BaseException { readonly name: "UnauthorizedException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class RequestTimeoutException extends __BaseException { readonly name: "RequestTimeoutException"; readonly $fault: "client"; $retryable: {}; constructor(opts: __ExceptionOptionType); } export declare class DependencyFailedException extends __BaseException { readonly name: "DependencyFailedException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class UnprocessableContentException extends __BaseException { readonly name: "UnprocessableContentException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class PreconditionFailedException extends __BaseException { readonly name: "PreconditionFailedException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; resourceName?: string | undefined; constructor(opts: __ExceptionOptionType); }