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