import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopMlflowTrackingServerRequest, StopMlflowTrackingServerResponse, } from "../models/models_4"; export { __MetadataBearer }; export interface StopMlflowTrackingServerCommandInput extends StopMlflowTrackingServerRequest {} export interface StopMlflowTrackingServerCommandOutput extends StopMlflowTrackingServerResponse, __MetadataBearer {} declare const StopMlflowTrackingServerCommand_base: { new ( input: StopMlflowTrackingServerCommandInput, ): import("@smithy/core/client").CommandImpl< StopMlflowTrackingServerCommandInput, StopMlflowTrackingServerCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopMlflowTrackingServerCommandInput, ): import("@smithy/core/client").CommandImpl< StopMlflowTrackingServerCommandInput, StopMlflowTrackingServerCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopMlflowTrackingServerCommand extends StopMlflowTrackingServerCommand_base { protected static __types: { api: { input: StopMlflowTrackingServerRequest; output: StopMlflowTrackingServerResponse; }; sdk: { input: StopMlflowTrackingServerCommandInput; output: StopMlflowTrackingServerCommandOutput; }; }; }