import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreatePresignedMlflowAppUrlRequest, CreatePresignedMlflowAppUrlResponse, } from "../models/models_2"; export { __MetadataBearer }; export interface CreatePresignedMlflowAppUrlCommandInput extends CreatePresignedMlflowAppUrlRequest {} export interface CreatePresignedMlflowAppUrlCommandOutput extends CreatePresignedMlflowAppUrlResponse, __MetadataBearer {} declare const CreatePresignedMlflowAppUrlCommand_base: { new ( input: CreatePresignedMlflowAppUrlCommandInput, ): import("@smithy/core/client").CommandImpl< CreatePresignedMlflowAppUrlCommandInput, CreatePresignedMlflowAppUrlCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreatePresignedMlflowAppUrlCommandInput, ): import("@smithy/core/client").CommandImpl< CreatePresignedMlflowAppUrlCommandInput, CreatePresignedMlflowAppUrlCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreatePresignedMlflowAppUrlCommand extends CreatePresignedMlflowAppUrlCommand_base { protected static __types: { api: { input: CreatePresignedMlflowAppUrlRequest; output: CreatePresignedMlflowAppUrlResponse; }; sdk: { input: CreatePresignedMlflowAppUrlCommandInput; output: CreatePresignedMlflowAppUrlCommandOutput; }; }; }