import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteTrialComponentRequest, DeleteTrialComponentResponse } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteTrialComponentCommandInput extends DeleteTrialComponentRequest {} export interface DeleteTrialComponentCommandOutput extends DeleteTrialComponentResponse, __MetadataBearer {} declare const DeleteTrialComponentCommand_base: { new ( input: DeleteTrialComponentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteTrialComponentCommandInput, DeleteTrialComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteTrialComponentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteTrialComponentCommandInput, DeleteTrialComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteTrialComponentCommand extends DeleteTrialComponentCommand_base { protected static __types: { api: { input: DeleteTrialComponentRequest; output: DeleteTrialComponentResponse; }; sdk: { input: DeleteTrialComponentCommandInput; output: DeleteTrialComponentCommandOutput; }; }; }