import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { CreateWorkflowRequest, CreateWorkflowResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {} export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __MetadataBearer {} declare const CreateWorkflowCommand_base: { new ( input: CreateWorkflowCommandInput ): import("@smithy/core/client").CommandImpl< CreateWorkflowCommandInput, CreateWorkflowCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateWorkflowCommandInput ): import("@smithy/core/client").CommandImpl< CreateWorkflowCommandInput, CreateWorkflowCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base { protected static __types: { api: { input: CreateWorkflowRequest; output: CreateWorkflowResponse; }; sdk: { input: CreateWorkflowCommandInput; output: CreateWorkflowCommandOutput; }; }; }