import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopInferenceExperimentRequest, StopInferenceExperimentResponse, } from "../models/models_4"; export { __MetadataBearer }; export interface StopInferenceExperimentCommandInput extends StopInferenceExperimentRequest {} export interface StopInferenceExperimentCommandOutput extends StopInferenceExperimentResponse, __MetadataBearer {} declare const StopInferenceExperimentCommand_base: { new ( input: StopInferenceExperimentCommandInput, ): import("@smithy/core/client").CommandImpl< StopInferenceExperimentCommandInput, StopInferenceExperimentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopInferenceExperimentCommandInput, ): import("@smithy/core/client").CommandImpl< StopInferenceExperimentCommandInput, StopInferenceExperimentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopInferenceExperimentCommand extends StopInferenceExperimentCommand_base { protected static __types: { api: { input: StopInferenceExperimentRequest; output: StopInferenceExperimentResponse; }; sdk: { input: StopInferenceExperimentCommandInput; output: StopInferenceExperimentCommandOutput; }; }; }