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