import { Color } from '../../utils/colors.ts';
/**
 * Generate a color from a username
 *
 * @param username - Display name or user id to generate from
 * @return The RGB color
 */
export declare function usernameToColor(username: string): Color;
