import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateTrialRequest, CreateTrialResponse } from "../models/models_2"; export { __MetadataBearer }; export interface CreateTrialCommandInput extends CreateTrialRequest {} export interface CreateTrialCommandOutput extends CreateTrialResponse, __MetadataBearer {} declare const CreateTrialCommand_base: { new ( input: CreateTrialCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTrialCommandInput, CreateTrialCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateTrialCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTrialCommandInput, CreateTrialCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateTrialCommand extends CreateTrialCommand_base { protected static __types: { api: { input: CreateTrialRequest; output: CreateTrialResponse; }; sdk: { input: CreateTrialCommandInput; output: CreateTrialCommandOutput; }; }; }