import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeHyperParameterTuningJobRequest, DescribeHyperParameterTuningJobResponse, } from "../models/models_3"; export { __MetadataBearer }; export interface DescribeHyperParameterTuningJobCommandInput extends DescribeHyperParameterTuningJobRequest {} export interface DescribeHyperParameterTuningJobCommandOutput extends DescribeHyperParameterTuningJobResponse, __MetadataBearer {} declare const DescribeHyperParameterTuningJobCommand_base: { new ( input: DescribeHyperParameterTuningJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeHyperParameterTuningJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeHyperParameterTuningJobCommand extends DescribeHyperParameterTuningJobCommand_base { protected static __types: { api: { input: DescribeHyperParameterTuningJobRequest; output: DescribeHyperParameterTuningJobResponse; }; sdk: { input: DescribeHyperParameterTuningJobCommandInput; output: DescribeHyperParameterTuningJobCommandOutput; }; }; }