import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DisassociateTrialComponentRequest, DisassociateTrialComponentResponse, } from "../models/models_3"; export { __MetadataBearer }; export interface DisassociateTrialComponentCommandInput extends DisassociateTrialComponentRequest {} export interface DisassociateTrialComponentCommandOutput extends DisassociateTrialComponentResponse, __MetadataBearer {} declare const DisassociateTrialComponentCommand_base: { new ( input: DisassociateTrialComponentCommandInput, ): import("@smithy/core/client").CommandImpl< DisassociateTrialComponentCommandInput, DisassociateTrialComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DisassociateTrialComponentCommandInput, ): import("@smithy/core/client").CommandImpl< DisassociateTrialComponentCommandInput, DisassociateTrialComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DisassociateTrialComponentCommand extends DisassociateTrialComponentCommand_base { protected static __types: { api: { input: DisassociateTrialComponentRequest; output: DisassociateTrialComponentResponse; }; sdk: { input: DisassociateTrialComponentCommandInput; output: DisassociateTrialComponentCommandOutput; }; }; }