import { DeviceId, Labelled } from '../../../../common'; import { Effect } from '../../../../data'; export declare class SetLightEffectsCommand implements Labelled { readonly deviceId: DeviceId; readonly effects: Effect[]; label: () => string; constructor(deviceId: DeviceId, effects: Effect[]); } //# sourceMappingURL=set-light-effects.command.d.ts.map