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