import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { OpenSearchServerlessServiceException as __BaseException } from "./OpenSearchServerlessServiceException"; export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; constructor( opts: __ExceptionOptionType ); } export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; resourceId?: string | undefined; resourceType?: string | undefined; serviceCode: string | undefined; quotaCode?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class OcuLimitExceededException extends __BaseException { readonly name: "OcuLimitExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); }