import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateMlflowAppRequest, CreateMlflowAppResponse } from "../models/models_1"; export { __MetadataBearer }; export interface CreateMlflowAppCommandInput extends CreateMlflowAppRequest {} export interface CreateMlflowAppCommandOutput extends CreateMlflowAppResponse, __MetadataBearer {} declare const CreateMlflowAppCommand_base: { new ( input: CreateMlflowAppCommandInput, ): import("@smithy/core/client").CommandImpl< CreateMlflowAppCommandInput, CreateMlflowAppCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateMlflowAppCommandInput, ): import("@smithy/core/client").CommandImpl< CreateMlflowAppCommandInput, CreateMlflowAppCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateMlflowAppCommand extends CreateMlflowAppCommand_base { protected static __types: { api: { input: CreateMlflowAppRequest; output: CreateMlflowAppResponse; }; sdk: { input: CreateMlflowAppCommandInput; output: CreateMlflowAppCommandOutput; }; }; }