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