export const starterColors: StarterColors = {}; interface StarterColors { [key: string]: [string, string]; }