import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopKeyPhrasesDetectionJobRequest, StopKeyPhrasesDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StopKeyPhrasesDetectionJobCommandInput extends StopKeyPhrasesDetectionJobRequest {} export interface StopKeyPhrasesDetectionJobCommandOutput extends StopKeyPhrasesDetectionJobResponse, __MetadataBearer {} declare const StopKeyPhrasesDetectionJobCommand_base: { new ( input: StopKeyPhrasesDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopKeyPhrasesDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopKeyPhrasesDetectionJobCommand extends StopKeyPhrasesDetectionJobCommand_base { protected static __types: { api: { input: StopKeyPhrasesDetectionJobRequest; output: StopKeyPhrasesDetectionJobResponse; }; sdk: { input: StopKeyPhrasesDetectionJobCommandInput; output: StopKeyPhrasesDetectionJobCommandOutput; }; }; }