import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTEventsClient"; import { StartDetectorModelAnalysisRequest, StartDetectorModelAnalysisResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface StartDetectorModelAnalysisCommandInput extends StartDetectorModelAnalysisRequest {} export interface StartDetectorModelAnalysisCommandOutput extends StartDetectorModelAnalysisResponse, __MetadataBearer {} declare const StartDetectorModelAnalysisCommand_base: { new ( input: StartDetectorModelAnalysisCommandInput ): import("@smithy/core/client").CommandImpl< StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartDetectorModelAnalysisCommandInput ): import("@smithy/core/client").CommandImpl< StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StartDetectorModelAnalysisCommand extends StartDetectorModelAnalysisCommand_base { protected static __types: { api: { input: StartDetectorModelAnalysisRequest; output: StartDetectorModelAnalysisResponse; }; sdk: { input: StartDetectorModelAnalysisCommandInput; output: StartDetectorModelAnalysisCommandOutput; }; }; }