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