import { API } from "homebridge";
/**
 * Register the platform with Homebridge.
 */
declare const _default: (api: API) => void;
export = _default;
