declare type State = {
    alert: string;
    bri: number;
    on: boolean;
    reachable: boolean;
};
export declare type Light = {
    etag: string;
    hascolor: boolean;
    lastannounced: Date | null;
    lastseen: Date | null;
    manufacturername: string;
    modelid: string;
    name: string;
    state: State;
    swversion: string | null;
    type: string;
    uniqueid: string;
};
export {};
//# sourceMappingURL=lightState.d.ts.map