import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteEventSubscriptionCommandInput extends DeleteEventSubscriptionMessage {} export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscriptionResult, __MetadataBearer {} declare const DeleteEventSubscriptionCommand_base: { new ( input: DeleteEventSubscriptionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteEventSubscriptionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base { protected static __types: { api: { input: DeleteEventSubscriptionMessage; output: DeleteEventSubscriptionResult; }; sdk: { input: DeleteEventSubscriptionCommandInput; output: DeleteEventSubscriptionCommandOutput; }; }; }