import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { FirehoseServiceException as __BaseException } from "./FirehoseServiceException"; export declare class ConcurrentModificationException extends __BaseException { readonly name: "ConcurrentModificationException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< ConcurrentModificationException, __BaseException > ); } export declare class InvalidArgumentException extends __BaseException { readonly name: "InvalidArgumentException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class InvalidKMSResourceException extends __BaseException { readonly name: "InvalidKMSResourceException"; readonly $fault: "client"; code?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ResourceInUseException extends __BaseException { readonly name: "ResourceInUseException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class InvalidSourceException extends __BaseException { readonly name: "InvalidSourceException"; readonly $fault: "client"; code?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ServiceUnavailableException extends __BaseException { readonly name: "ServiceUnavailableException"; readonly $fault: "server"; constructor( opts: __ExceptionOptionType ); }