import { API, Logger, PlatformAccessory, PlatformConfig } from 'homebridge';
import { NotifyConfig } from './interfaces/notifyConfig';
import { IndependentPlatformPlugin } from 'homebridge/lib/api';
export declare class TuyaLaundryNotifyPlatform implements IndependentPlatformPlugin {
    readonly log: Logger;
    readonly config: PlatformConfig & NotifyConfig;
    readonly api: API;
    readonly accessories: PlatformAccessory[];
    private readonly laundryDevices;
    private ipcServer;
    private tuyaApiService;
    constructor(log: Logger, config: PlatformConfig & NotifyConfig, api: API);
    configureAccessory(accessory: PlatformAccessory): void;
}
//# sourceMappingURL=platform.d.ts.map