import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetMLModelInput, GetMLModelOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetMLModelCommandInput extends GetMLModelInput {} export interface GetMLModelCommandOutput extends GetMLModelOutput, __MetadataBearer {} declare const GetMLModelCommand_base: { new ( input: GetMLModelCommandInput, ): import("@smithy/core/client").CommandImpl< GetMLModelCommandInput, GetMLModelCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetMLModelCommandInput, ): import("@smithy/core/client").CommandImpl< GetMLModelCommandInput, GetMLModelCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetMLModelCommand extends GetMLModelCommand_base { protected static __types: { api: { input: GetMLModelInput; output: GetMLModelOutput; }; sdk: { input: GetMLModelCommandInput; output: GetMLModelCommandOutput; }; }; }