import type { API } from 'homebridge'; /** * Homebridge entry point. * Registers the CyncAppPlatform with Homebridge under PLATFORM_NAME. */ declare const _default: (api: API) => void; export default _default;