import { HAP, API, PlatformConfig, Logging } from 'homebridge'; import { AlphaService } from './index'; import { BasePlugin } from './BasePlugin'; import { AlphaLastPowerDataResponse } from './alpha/response/AlphaLastPowerDataResponse'; export declare class AlphaLoadPlugin extends BasePlugin { constructor(log: Logging, config: PlatformConfig, api: API, alphaService: AlphaService); initServiceCharacteristics(hap: HAP): void; onResponse(detailData: AlphaLastPowerDataResponse): void; } //# sourceMappingURL=AlphaLoadPlugin.d.ts.map