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