import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeTrialComponentRequest, DescribeTrialComponentResponse } from "../models/models_3"; export { __MetadataBearer }; export interface DescribeTrialComponentCommandInput extends DescribeTrialComponentRequest {} export interface DescribeTrialComponentCommandOutput extends DescribeTrialComponentResponse, __MetadataBearer {} declare const DescribeTrialComponentCommand_base: { new ( input: DescribeTrialComponentCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeTrialComponentCommandInput, DescribeTrialComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeTrialComponentCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeTrialComponentCommandInput, DescribeTrialComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeTrialComponentCommand extends DescribeTrialComponentCommand_base { protected static __types: { api: { input: DescribeTrialComponentRequest; output: DescribeTrialComponentResponse; }; sdk: { input: DescribeTrialComponentCommandInput; output: DescribeTrialComponentCommandOutput; }; }; }