import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateTrialRequest, UpdateTrialResponse } from "../models/models_5"; export { __MetadataBearer }; export interface UpdateTrialCommandInput extends UpdateTrialRequest {} export interface UpdateTrialCommandOutput extends UpdateTrialResponse, __MetadataBearer {} declare const UpdateTrialCommand_base: { new ( input: UpdateTrialCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateTrialCommandInput, UpdateTrialCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateTrialCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateTrialCommandInput, UpdateTrialCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateTrialCommand extends UpdateTrialCommand_base { protected static __types: { api: { input: UpdateTrialRequest; output: UpdateTrialResponse; }; sdk: { input: UpdateTrialCommandInput; output: UpdateTrialCommandOutput; }; }; }