export declare const validColorCounts: number[];
export declare function isValidColorCount(colorCount: number): boolean;
