import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTEventsDataClient"; import { DescribeDetectorRequest, DescribeDetectorResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeDetectorCommandInput extends DescribeDetectorRequest {} export interface DescribeDetectorCommandOutput extends DescribeDetectorResponse, __MetadataBearer {} declare const DescribeDetectorCommand_base: { new ( input: DescribeDetectorCommandInput ): import("@smithy/core/client").CommandImpl< DescribeDetectorCommandInput, DescribeDetectorCommandOutput, IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeDetectorCommandInput ): import("@smithy/core/client").CommandImpl< DescribeDetectorCommandInput, DescribeDetectorCommandOutput, IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DescribeDetectorCommand extends DescribeDetectorCommand_base { protected static __types: { api: { input: DescribeDetectorRequest; output: DescribeDetectorResponse; }; sdk: { input: DescribeDetectorCommandInput; output: DescribeDetectorCommandOutput; }; }; }