import { GroupActionConfirmation, Lamp, StateChangeConfirmation } from './hue-interfaces.js';
export declare const state_off: (lightIndex: number) => StateChangeConfirmation;
export declare const state_on: (lightIndex: number) => StateChangeConfirmation;
export declare const group_off: (groupIndex: number) => GroupActionConfirmation;
export declare const group_on: (groupIndex: number) => GroupActionConfirmation;
export declare const color_red: number[];
export declare const color_red_response: any;
export declare const color_white: number[];
export declare const color_white_response: any;
export declare const full_brightness: any;
export declare const no_brightness: any;
export declare const lamp_response: any;
export declare const lamps: Lamp[];
