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