import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CloudSearchDomainServiceException as __BaseException } from "./CloudSearchDomainServiceException"; export declare class SearchException extends __BaseException { readonly name: "SearchException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class DocumentServiceException extends __BaseException { readonly name: "DocumentServiceException"; readonly $fault: "client"; status?: string | undefined; constructor( opts: __ExceptionOptionType ); }