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