import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { UpdateWorkflowRequest, UpdateWorkflowResponse, } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface UpdateWorkflowCommandInput extends UpdateWorkflowRequest {} export interface UpdateWorkflowCommandOutput extends UpdateWorkflowResponse, __MetadataBearer {} declare const UpdateWorkflowCommand_base: { new ( input: UpdateWorkflowCommandInput ): import("@smithy/core/client").CommandImpl< UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateWorkflowCommandInput ): import("@smithy/core/client").CommandImpl< UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateWorkflowCommand extends UpdateWorkflowCommand_base { protected static __types: { api: { input: UpdateWorkflowRequest; output: UpdateWorkflowResponse; }; sdk: { input: UpdateWorkflowCommandInput; output: UpdateWorkflowCommandOutput; }; }; }