import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateMlflowTrackingServerRequest, CreateMlflowTrackingServerResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface CreateMlflowTrackingServerCommandInput extends CreateMlflowTrackingServerRequest {} export interface CreateMlflowTrackingServerCommandOutput extends CreateMlflowTrackingServerResponse, __MetadataBearer {} declare const CreateMlflowTrackingServerCommand_base: { new ( input: CreateMlflowTrackingServerCommandInput, ): import("@smithy/core/client").CommandImpl< CreateMlflowTrackingServerCommandInput, CreateMlflowTrackingServerCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateMlflowTrackingServerCommandInput, ): import("@smithy/core/client").CommandImpl< CreateMlflowTrackingServerCommandInput, CreateMlflowTrackingServerCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateMlflowTrackingServerCommand extends CreateMlflowTrackingServerCommand_base { protected static __types: { api: { input: CreateMlflowTrackingServerRequest; output: CreateMlflowTrackingServerResponse; }; sdk: { input: CreateMlflowTrackingServerCommandInput; output: CreateMlflowTrackingServerCommandOutput; }; }; }