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