/** * Homebridge Dolphin Pool Cleaner Plugin * * Control your Maytronics Dolphin pool cleaning robot through HomeKit. */ import type { API } from 'homebridge'; /** * Register the platform with Homebridge */ declare const _default: (api: API) => void; export default _default; //# sourceMappingURL=index.d.ts.map