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