import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeInferenceComponentInput, DescribeInferenceComponentOutput, } from "../models/models_3"; export { __MetadataBearer }; export interface DescribeInferenceComponentCommandInput extends DescribeInferenceComponentInput {} export interface DescribeInferenceComponentCommandOutput extends DescribeInferenceComponentOutput, __MetadataBearer {} declare const DescribeInferenceComponentCommand_base: { new ( input: DescribeInferenceComponentCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeInferenceComponentCommandInput, DescribeInferenceComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeInferenceComponentCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeInferenceComponentCommandInput, DescribeInferenceComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeInferenceComponentCommand extends DescribeInferenceComponentCommand_base { protected static __types: { api: { input: DescribeInferenceComponentInput; output: DescribeInferenceComponentOutput; }; sdk: { input: DescribeInferenceComponentCommandInput; output: DescribeInferenceComponentCommandOutput; }; }; }