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