import { PlatformAccessory, Service, WithUUID } from 'homebridge'; import { AnthemController } from './AnthemController'; import { AnthemReceiverHomebridgePlatform } from './platform'; export declare abstract class HKAccessory { protected readonly platform: AnthemReceiverHomebridgePlatform; protected readonly Controller: AnthemController; protected readonly Name: string; protected readonly UUID: string; readonly Accessory: PlatformAccessory; constructor(platform: AnthemReceiverHomebridgePlatform, Controller: AnthemController, Name: string, UUID: string); protected AddService(Type: WithUUID, Name: string, Subtype: string): Service; } //# sourceMappingURL=HKAccessory.d.ts.map