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