import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UndeprecateWorkflowTypeInput } from "../models/models_0"; export { __MetadataBearer }; export interface UndeprecateWorkflowTypeCommandInput extends UndeprecateWorkflowTypeInput {} export interface UndeprecateWorkflowTypeCommandOutput extends __MetadataBearer {} declare const UndeprecateWorkflowTypeCommand_base: { new ( input: UndeprecateWorkflowTypeCommandInput, ): import("@smithy/core/client").CommandImpl< UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UndeprecateWorkflowTypeCommandInput, ): import("@smithy/core/client").CommandImpl< UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UndeprecateWorkflowTypeCommand extends UndeprecateWorkflowTypeCommand_base { protected static __types: { api: { input: UndeprecateWorkflowTypeInput; output: {}; }; sdk: { input: UndeprecateWorkflowTypeCommandInput; output: UndeprecateWorkflowTypeCommandOutput; }; }; }