import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateWorkflowRequest, CreateWorkflowResponse, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig, } from "../TransferClient"; export { __MetadataBearer }; export { $Command }; export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {} export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __MetadataBearer {} declare const CreateWorkflowCommand_base: { new ( input: CreateWorkflowCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateWorkflowCommandInput, CreateWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateWorkflowCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateWorkflowCommandInput, CreateWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base { protected static __types: { api: { input: CreateWorkflowRequest; output: CreateWorkflowResponse; }; sdk: { input: CreateWorkflowCommandInput; output: CreateWorkflowCommandOutput; }; }; }