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