import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeInferenceExperimentRequest, DescribeInferenceExperimentResponse, } from "../models/models_3"; export { __MetadataBearer }; export interface DescribeInferenceExperimentCommandInput extends DescribeInferenceExperimentRequest {} export interface DescribeInferenceExperimentCommandOutput extends DescribeInferenceExperimentResponse, __MetadataBearer {} declare const DescribeInferenceExperimentCommand_base: { new ( input: DescribeInferenceExperimentCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeInferenceExperimentCommandInput, DescribeInferenceExperimentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeInferenceExperimentCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeInferenceExperimentCommandInput, DescribeInferenceExperimentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeInferenceExperimentCommand extends DescribeInferenceExperimentCommand_base { protected static __types: { api: { input: DescribeInferenceExperimentRequest; output: DescribeInferenceExperimentResponse; }; sdk: { input: DescribeInferenceExperimentCommandInput; output: DescribeInferenceExperimentCommandOutput; }; }; }