/** derive a hue (integer 0-359) from a hex id */
export declare function idHue(id: string, byteIndex?: number): number;
/** derive an hsl color from a hex id */
export declare function idHsl(id: string, byteIndex?: number): string;
