import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteFlowDefinitionRequest, DeleteFlowDefinitionResponse } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteFlowDefinitionCommandInput extends DeleteFlowDefinitionRequest {} export interface DeleteFlowDefinitionCommandOutput extends DeleteFlowDefinitionResponse, __MetadataBearer {} declare const DeleteFlowDefinitionCommand_base: { new ( input: DeleteFlowDefinitionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteFlowDefinitionCommandInput, DeleteFlowDefinitionCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteFlowDefinitionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteFlowDefinitionCommandInput, DeleteFlowDefinitionCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteFlowDefinitionCommand extends DeleteFlowDefinitionCommand_base { protected static __types: { api: { input: DeleteFlowDefinitionRequest; output: {}; }; sdk: { input: DeleteFlowDefinitionCommandInput; output: DeleteFlowDefinitionCommandOutput; }; }; }