export const Experiments: { [key: string]: { name: string, groups: { [key: string]: string } } } = { }; export const ActiveExperiments: { [key: string]: string } = {};