import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopSentimentDetectionJobRequest, StopSentimentDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StopSentimentDetectionJobCommandInput extends StopSentimentDetectionJobRequest {} export interface StopSentimentDetectionJobCommandOutput extends StopSentimentDetectionJobResponse, __MetadataBearer {} declare const StopSentimentDetectionJobCommand_base: { new ( input: StopSentimentDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopSentimentDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopSentimentDetectionJobCommand extends StopSentimentDetectionJobCommand_base { protected static __types: { api: { input: StopSentimentDetectionJobRequest; output: StopSentimentDetectionJobResponse; }; sdk: { input: StopSentimentDetectionJobCommandInput; output: StopSentimentDetectionJobCommandOutput; }; }; }