import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeMlflowAppRequest, DescribeMlflowAppResponse } from "../models/models_3"; export { __MetadataBearer }; export interface DescribeMlflowAppCommandInput extends DescribeMlflowAppRequest {} export interface DescribeMlflowAppCommandOutput extends DescribeMlflowAppResponse, __MetadataBearer {} declare const DescribeMlflowAppCommand_base: { new ( input: DescribeMlflowAppCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeMlflowAppCommandInput, DescribeMlflowAppCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeMlflowAppCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeMlflowAppCommandInput, DescribeMlflowAppCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeMlflowAppCommand extends DescribeMlflowAppCommand_base { protected static __types: { api: { input: DescribeMlflowAppRequest; output: DescribeMlflowAppResponse; }; sdk: { input: DescribeMlflowAppCommandInput; output: DescribeMlflowAppCommandOutput; }; }; }