import { RPCBase } from "../rpcBase"; export declare function Alarm(this: RPCBase): { getInSlots: () => Promise; getOutSlots: () => Promise; getAlarmCaps: () => Promise<{ AlarmPir?: boolean | undefined; Flash?: boolean | undefined; SupportAlarmInDisableLinkage?: boolean | undefined; SupportConfigurableAlarm?: boolean | undefined; }>; getOutState: () => Promise; }; //# sourceMappingURL=Alarm.d.ts.map