import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { HealthLakeServiceException as __BaseException } from "./HealthLakeServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; 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 ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class AgentMessageOutOfContextException extends __BaseException { readonly name: "AgentMessageOutOfContextException"; readonly $fault: "client"; Message: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ConversationNotFoundException extends __BaseException { readonly name: "ConversationNotFoundException"; readonly $fault: "client"; Message: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class NotImplementedOperationException extends __BaseException { readonly name: "NotImplementedOperationException"; readonly $fault: "server"; Message: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class UnauthorizedException extends __BaseException { readonly name: "UnauthorizedException"; readonly $fault: "client"; Message: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class UnsupportedMIMETypeException extends __BaseException { readonly name: "UnsupportedMIMETypeException"; readonly $fault: "client"; Message: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class FailedDependencyException extends __BaseException { readonly name: "FailedDependencyException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); }