import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeMLModelsInput, DescribeMLModelsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeMLModelsCommandInput extends DescribeMLModelsInput {} export interface DescribeMLModelsCommandOutput extends DescribeMLModelsOutput, __MetadataBearer {} declare const DescribeMLModelsCommand_base: { new ( input: DescribeMLModelsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DescribeMLModelsCommandInput] ): import("@smithy/core/client").CommandImpl< DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeMLModelsCommand extends DescribeMLModelsCommand_base { protected static __types: { api: { input: DescribeMLModelsInput; output: DescribeMLModelsOutput; }; sdk: { input: DescribeMLModelsCommandInput; output: DescribeMLModelsCommandOutput; }; }; }