import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopEventsDetectionJobRequest, StopEventsDetectionJobResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StopEventsDetectionJobCommandInput extends StopEventsDetectionJobRequest {} export interface StopEventsDetectionJobCommandOutput extends StopEventsDetectionJobResponse, __MetadataBearer {} declare const StopEventsDetectionJobCommand_base: { new ( input: StopEventsDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopEventsDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopEventsDetectionJobCommand extends StopEventsDetectionJobCommand_base { protected static __types: { api: { input: StopEventsDetectionJobRequest; output: StopEventsDetectionJobResponse; }; sdk: { input: StopEventsDetectionJobCommandInput; output: StopEventsDetectionJobCommandOutput; }; }; }