export declare function colorHash(text: string): [string, string];
export declare function colorRandom(): [string, string];
