import { LightbulbData } from './index';
export declare type LightsData = {
    [id: string]: LightbulbData;
};
//# sourceMappingURL=LightsData.d.ts.map