import { Labelled } from '../../../../common';
import { Device } from '../../../devices/device';
export declare class RetrieveLightEffectsCommand implements Labelled {
    readonly device: Device;
    label: () => string;
    constructor(device: Device);
}
//# sourceMappingURL=retrieve-light-effects.command.d.ts.map