import type { API } from 'homebridge';
/**
 * This method registers the platform with Homebridge
 */
declare const _default: (api: API) => void;
export default _default;
