import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateTrialComponentRequest, CreateTrialComponentResponse } from "../models/models_2"; export { __MetadataBearer }; export interface CreateTrialComponentCommandInput extends CreateTrialComponentRequest {} export interface CreateTrialComponentCommandOutput extends CreateTrialComponentResponse, __MetadataBearer {} declare const CreateTrialComponentCommand_base: { new ( input: CreateTrialComponentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTrialComponentCommandInput, CreateTrialComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateTrialComponentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTrialComponentCommandInput, CreateTrialComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateTrialComponentCommand extends CreateTrialComponentCommand_base { protected static __types: { api: { input: CreateTrialComponentRequest; output: CreateTrialComponentResponse; }; sdk: { input: CreateTrialComponentCommandInput; output: CreateTrialComponentCommandOutput; }; }; }