export interface WeightedVariation { variation: number; weight: number; untracked?: boolean; }