import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { BedrockRuntimeServiceException as __BaseException } from "./BedrockRuntimeServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; constructor( opts: __ExceptionOptionType ); } export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; 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"; constructor( opts: __ExceptionOptionType ); } export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ServiceUnavailableException extends __BaseException { readonly name: "ServiceUnavailableException"; readonly $fault: "server"; constructor( opts: __ExceptionOptionType ); } export declare class ModelErrorException extends __BaseException { readonly name: "ModelErrorException"; readonly $fault: "client"; originalStatusCode?: number | undefined; resourceName?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ModelNotReadyException extends __BaseException { readonly name: "ModelNotReadyException"; readonly $fault: "client"; $retryable: {}; constructor( opts: __ExceptionOptionType ); } export declare class ModelTimeoutException extends __BaseException { readonly name: "ModelTimeoutException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ModelStreamErrorException extends __BaseException { readonly name: "ModelStreamErrorException"; readonly $fault: "client"; originalStatusCode?: number | undefined; originalMessage?: string | undefined; constructor( opts: __ExceptionOptionType ); }