import { HAP } from 'homebridge' export let hap: HAP export function setHap(hapInstance: HAP) { hap = hapInstance }