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