import type { PlatformAccessory } from 'homebridge'; import type { OmniLinkPlatform } from '../../platform.js'; import { HomekitAccessoryBase } from './HomekitAccessoryBase.js'; export declare class SecuritySystem extends HomekitAccessoryBase { private faultDetected; constructor(platform: OmniLinkPlatform, platformAccessory: PlatformAccessory); static type: string; setEventHandlers(): void; private getSecuritySystemCurrentState; private getCurrentState; private getSecuritySystemTargetState; private getTargetState; private setSecuritySystemTargetState; private getStatusFault; private updateValues; private updateStatusFault; } //# sourceMappingURL=SecuritySystem.d.ts.map