import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartMlflowTrackingServerRequest, StartMlflowTrackingServerResponse, } from "../models/models_4"; export { __MetadataBearer }; export interface StartMlflowTrackingServerCommandInput extends StartMlflowTrackingServerRequest {} export interface StartMlflowTrackingServerCommandOutput extends StartMlflowTrackingServerResponse, __MetadataBearer {} declare const StartMlflowTrackingServerCommand_base: { new ( input: StartMlflowTrackingServerCommandInput, ): import("@smithy/core/client").CommandImpl< StartMlflowTrackingServerCommandInput, StartMlflowTrackingServerCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartMlflowTrackingServerCommandInput, ): import("@smithy/core/client").CommandImpl< StartMlflowTrackingServerCommandInput, StartMlflowTrackingServerCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartMlflowTrackingServerCommand extends StartMlflowTrackingServerCommand_base { protected static __types: { api: { input: StartMlflowTrackingServerRequest; output: StartMlflowTrackingServerResponse; }; sdk: { input: StartMlflowTrackingServerCommandInput; output: StartMlflowTrackingServerCommandOutput; }; }; }