import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteWorkflowDefinitionRequest, DeleteWorkflowDefinitionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteWorkflowDefinitionCommandInput extends DeleteWorkflowDefinitionRequest {} export interface DeleteWorkflowDefinitionCommandOutput extends DeleteWorkflowDefinitionResponse, __MetadataBearer {} declare const DeleteWorkflowDefinitionCommand_base: { new ( input: DeleteWorkflowDefinitionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteWorkflowDefinitionCommandInput, DeleteWorkflowDefinitionCommandOutput, import("..").NovaActClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteWorkflowDefinitionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteWorkflowDefinitionCommandInput, DeleteWorkflowDefinitionCommandOutput, import("..").NovaActClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteWorkflowDefinitionCommand extends DeleteWorkflowDefinitionCommand_base { protected static __types: { api: { input: DeleteWorkflowDefinitionRequest; output: DeleteWorkflowDefinitionResponse; }; sdk: { input: DeleteWorkflowDefinitionCommandInput; output: DeleteWorkflowDefinitionCommandOutput; }; }; }