import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../MediaConnectClient"; import { AddFlowMediaStreamsRequest, AddFlowMediaStreamsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AddFlowMediaStreamsCommandInput extends AddFlowMediaStreamsRequest {} export interface AddFlowMediaStreamsCommandOutput extends AddFlowMediaStreamsResponse, __MetadataBearer {} declare const AddFlowMediaStreamsCommand_base: { new ( input: AddFlowMediaStreamsCommandInput ): import("@smithy/smithy-client").CommandImpl< AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AddFlowMediaStreamsCommandInput ): import("@smithy/smithy-client").CommandImpl< AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class AddFlowMediaStreamsCommand extends AddFlowMediaStreamsCommand_base { protected static __types: { api: { input: AddFlowMediaStreamsRequest; output: AddFlowMediaStreamsResponse; }; sdk: { input: AddFlowMediaStreamsCommandInput; output: AddFlowMediaStreamsCommandOutput; }; }; }