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