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