import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AddSourceIdentifierToSubscriptionMessage, AddSourceIdentifierToSubscriptionResult, } from "../models/models_0"; export { __MetadataBearer }; export interface AddSourceIdentifierToSubscriptionCommandInput extends AddSourceIdentifierToSubscriptionMessage {} export interface AddSourceIdentifierToSubscriptionCommandOutput extends AddSourceIdentifierToSubscriptionResult, __MetadataBearer {} declare const AddSourceIdentifierToSubscriptionCommand_base: { new ( input: AddSourceIdentifierToSubscriptionCommandInput, ): import("@smithy/core/client").CommandImpl< AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AddSourceIdentifierToSubscriptionCommandInput, ): import("@smithy/core/client").CommandImpl< AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AddSourceIdentifierToSubscriptionCommand extends AddSourceIdentifierToSubscriptionCommand_base { protected static __types: { api: { input: AddSourceIdentifierToSubscriptionMessage; output: AddSourceIdentifierToSubscriptionResult; }; sdk: { input: AddSourceIdentifierToSubscriptionCommandInput; output: AddSourceIdentifierToSubscriptionCommandOutput; }; }; }