import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopDominantLanguageDetectionJobRequest, StopDominantLanguageDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StopDominantLanguageDetectionJobCommandInput extends StopDominantLanguageDetectionJobRequest {} export interface StopDominantLanguageDetectionJobCommandOutput extends StopDominantLanguageDetectionJobResponse, __MetadataBearer {} declare const StopDominantLanguageDetectionJobCommand_base: { new ( input: StopDominantLanguageDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopDominantLanguageDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopDominantLanguageDetectionJobCommand extends StopDominantLanguageDetectionJobCommand_base { protected static __types: { api: { input: StopDominantLanguageDetectionJobRequest; output: StopDominantLanguageDetectionJobResponse; }; sdk: { input: StopDominantLanguageDetectionJobCommandInput; output: StopDominantLanguageDetectionJobCommandOutput; }; }; }