import type { API } from 'homebridge';
/**
 * Register the platform with Homebridge
 */
declare const init: (api: API) => void;
export default init;
//# sourceMappingURL=index.d.ts.map