import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ImagebuilderClient"; import { DeleteWorkflowRequest, DeleteWorkflowResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {} export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __MetadataBearer {} declare const DeleteWorkflowCommand_base: { new ( input: DeleteWorkflowCommandInput ): import("@smithy/core/client").CommandImpl< DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteWorkflowCommandInput ): import("@smithy/core/client").CommandImpl< DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base { protected static __types: { api: { input: DeleteWorkflowRequest; output: DeleteWorkflowResponse; }; sdk: { input: DeleteWorkflowCommandInput; output: DeleteWorkflowCommandOutput; }; }; }