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