import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreatePresignedMlflowTrackingServerUrlRequest, CreatePresignedMlflowTrackingServerUrlResponse, } from "../models/models_2"; export { __MetadataBearer }; export interface CreatePresignedMlflowTrackingServerUrlCommandInput extends CreatePresignedMlflowTrackingServerUrlRequest {} export interface CreatePresignedMlflowTrackingServerUrlCommandOutput extends CreatePresignedMlflowTrackingServerUrlResponse, __MetadataBearer {} declare const CreatePresignedMlflowTrackingServerUrlCommand_base: { new ( input: CreatePresignedMlflowTrackingServerUrlCommandInput, ): import("@smithy/core/client").CommandImpl< CreatePresignedMlflowTrackingServerUrlCommandInput, CreatePresignedMlflowTrackingServerUrlCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreatePresignedMlflowTrackingServerUrlCommandInput, ): import("@smithy/core/client").CommandImpl< CreatePresignedMlflowTrackingServerUrlCommandInput, CreatePresignedMlflowTrackingServerUrlCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreatePresignedMlflowTrackingServerUrlCommand extends CreatePresignedMlflowTrackingServerUrlCommand_base { protected static __types: { api: { input: CreatePresignedMlflowTrackingServerUrlRequest; output: CreatePresignedMlflowTrackingServerUrlResponse; }; sdk: { input: CreatePresignedMlflowTrackingServerUrlCommandInput; output: CreatePresignedMlflowTrackingServerUrlCommandOutput; }; }; }