import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartEventsDetectionJobRequest, StartEventsDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StartEventsDetectionJobCommandInput extends StartEventsDetectionJobRequest {} export interface StartEventsDetectionJobCommandOutput extends StartEventsDetectionJobResponse, __MetadataBearer {} declare const StartEventsDetectionJobCommand_base: { new ( input: StartEventsDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartEventsDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartEventsDetectionJobCommand extends StartEventsDetectionJobCommand_base { protected static __types: { api: { input: StartEventsDetectionJobRequest; output: StartEventsDetectionJobResponse; }; sdk: { input: StartEventsDetectionJobCommandInput; output: StartEventsDetectionJobCommandOutput; }; }; }