import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateMlflowTrackingServerRequest, UpdateMlflowTrackingServerResponse, } from "../models/models_5"; export { __MetadataBearer }; export interface UpdateMlflowTrackingServerCommandInput extends UpdateMlflowTrackingServerRequest {} export interface UpdateMlflowTrackingServerCommandOutput extends UpdateMlflowTrackingServerResponse, __MetadataBearer {} declare const UpdateMlflowTrackingServerCommand_base: { new ( input: UpdateMlflowTrackingServerCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateMlflowTrackingServerCommandInput, UpdateMlflowTrackingServerCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateMlflowTrackingServerCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateMlflowTrackingServerCommandInput, UpdateMlflowTrackingServerCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateMlflowTrackingServerCommand extends UpdateMlflowTrackingServerCommand_base { protected static __types: { api: { input: UpdateMlflowTrackingServerRequest; output: UpdateMlflowTrackingServerResponse; }; sdk: { input: UpdateMlflowTrackingServerCommandInput; output: UpdateMlflowTrackingServerCommandOutput; }; }; }