import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateInferenceExperimentRequest, UpdateInferenceExperimentResponse, } from "../models/models_4"; export { __MetadataBearer }; export interface UpdateInferenceExperimentCommandInput extends UpdateInferenceExperimentRequest {} export interface UpdateInferenceExperimentCommandOutput extends UpdateInferenceExperimentResponse, __MetadataBearer {} declare const UpdateInferenceExperimentCommand_base: { new ( input: UpdateInferenceExperimentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateInferenceExperimentCommandInput, UpdateInferenceExperimentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateInferenceExperimentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateInferenceExperimentCommandInput, UpdateInferenceExperimentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateInferenceExperimentCommand extends UpdateInferenceExperimentCommand_base { protected static __types: { api: { input: UpdateInferenceExperimentRequest; output: UpdateInferenceExperimentResponse; }; sdk: { input: UpdateInferenceExperimentCommandInput; output: UpdateInferenceExperimentCommandOutput; }; }; }