import { API } from 'homebridge'; /** * * @param api * export = (api: API) => { api.registerPlatform(PLATFORM_NAME, AlphaEssPlatformPlugin); }; */ declare const fun: (api: API) => void; export default fun; export { AlphaLightPlugin } from './AlphaLightPlugin'; export { AlphaService } from './alpha/AlphaService'; export { AlphaMqttService, MqttTopics } from './alpha/mqtt/AlphaMqttService'; export { AlphaTrigger } from './interfaces'; export { EnergyTriggerPlugin } from './EnergyTriggerPlugin'; export { TibberService } from './tibber/TibberService'; export { ImageRenderingService } from './alpha/ImageRenderingService'; export { Utils } from './util/Utils'; //# sourceMappingURL=index.d.ts.map