declare function getColorForText(username?: string, color?: string): string;
export { getColorForText };
