import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartInferenceExperimentRequest, StartInferenceExperimentResponse, } from "../models/models_4"; export { __MetadataBearer }; export interface StartInferenceExperimentCommandInput extends StartInferenceExperimentRequest {} export interface StartInferenceExperimentCommandOutput extends StartInferenceExperimentResponse, __MetadataBearer {} declare const StartInferenceExperimentCommand_base: { new ( input: StartInferenceExperimentCommandInput, ): import("@smithy/core/client").CommandImpl< StartInferenceExperimentCommandInput, StartInferenceExperimentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartInferenceExperimentCommandInput, ): import("@smithy/core/client").CommandImpl< StartInferenceExperimentCommandInput, StartInferenceExperimentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartInferenceExperimentCommand extends StartInferenceExperimentCommand_base { protected static __types: { api: { input: StartInferenceExperimentRequest; output: StartInferenceExperimentResponse; }; sdk: { input: StartInferenceExperimentCommandInput; output: StartInferenceExperimentCommandOutput; }; }; }