import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociateTrialComponentRequest, AssociateTrialComponentResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface AssociateTrialComponentCommandInput extends AssociateTrialComponentRequest {} export interface AssociateTrialComponentCommandOutput extends AssociateTrialComponentResponse, __MetadataBearer {} declare const AssociateTrialComponentCommand_base: { new ( input: AssociateTrialComponentCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AssociateTrialComponentCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AssociateTrialComponentCommand extends AssociateTrialComponentCommand_base { protected static __types: { api: { input: AssociateTrialComponentRequest; output: AssociateTrialComponentResponse; }; sdk: { input: AssociateTrialComponentCommandInput; output: AssociateTrialComponentCommandOutput; }; }; }