import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteMlflowAppRequest, DeleteMlflowAppResponse } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteMlflowAppCommandInput extends DeleteMlflowAppRequest {} export interface DeleteMlflowAppCommandOutput extends DeleteMlflowAppResponse, __MetadataBearer {} declare const DeleteMlflowAppCommand_base: { new ( input: DeleteMlflowAppCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteMlflowAppCommandInput, DeleteMlflowAppCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteMlflowAppCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteMlflowAppCommandInput, DeleteMlflowAppCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteMlflowAppCommand extends DeleteMlflowAppCommand_base { protected static __types: { api: { input: DeleteMlflowAppRequest; output: DeleteMlflowAppResponse; }; sdk: { input: DeleteMlflowAppCommandInput; output: DeleteMlflowAppCommandOutput; }; }; }