import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  UpdateMlflowAppRequest,
  UpdateMlflowAppResponse,
} from "../models/models_4";
import {
  SageMakerClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../SageMakerClient";
export { __MetadataBearer };
export { $Command };
export interface UpdateMlflowAppCommandInput extends UpdateMlflowAppRequest {}
export interface UpdateMlflowAppCommandOutput
  extends UpdateMlflowAppResponse,
    __MetadataBearer {}
declare const UpdateMlflowAppCommand_base: {
  new (
    input: UpdateMlflowAppCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    UpdateMlflowAppCommandInput,
    UpdateMlflowAppCommandOutput,
    SageMakerClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    input: UpdateMlflowAppCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    UpdateMlflowAppCommandInput,
    UpdateMlflowAppCommandOutput,
    SageMakerClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateMlflowAppCommand extends UpdateMlflowAppCommand_base {
  protected static __types: {
    api: {
      input: UpdateMlflowAppRequest;
      output: UpdateMlflowAppResponse;
    };
    sdk: {
      input: UpdateMlflowAppCommandInput;
      output: UpdateMlflowAppCommandOutput;
    };
  };
}
