import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateWorkflowRequest } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateWorkflowCommandInput extends UpdateWorkflowRequest {} export interface UpdateWorkflowCommandOutput extends __MetadataBearer {} declare const UpdateWorkflowCommand_base: { new ( input: UpdateWorkflowCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateWorkflowCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateWorkflowCommand extends UpdateWorkflowCommand_base { protected static __types: { api: { input: UpdateWorkflowRequest; output: {}; }; sdk: { input: UpdateWorkflowCommandInput; output: UpdateWorkflowCommandOutput; }; }; }