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