/**
 * Channel for BlinkStick Pro devices.
 * @category Constants
 */
export declare const Channel: {
    readonly R: 0;
    readonly G: 1;
    readonly B: 2;
};
/**
 * @category Constants
 */
export type Channel = (typeof Channel)[keyof typeof Channel];
//# sourceMappingURL=channel.d.ts.map