/** * https://stackoverflow.com/a/2450976 */ export function shuffle(array: any): any; export const colors: string[];