import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from "../models/models_0"; export { __MetadataBearer }; export interface CreateEventSubscriptionCommandInput extends CreateEventSubscriptionMessage {} export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscriptionResult, __MetadataBearer {} declare const CreateEventSubscriptionCommand_base: { new ( input: CreateEventSubscriptionCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateEventSubscriptionCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateEventSubscriptionCommand extends CreateEventSubscriptionCommand_base { protected static __types: { api: { input: CreateEventSubscriptionMessage; output: CreateEventSubscriptionResult; }; sdk: { input: CreateEventSubscriptionCommandInput; output: CreateEventSubscriptionCommandOutput; }; }; }