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