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