import type { RgbColor } from "./types"; export declare function deterministicColor(index: number): RgbColor; //# sourceMappingURL=color.d.ts.map