/** An array where each element is paired with a number indicating that element's weight. */ export type WeightedArray = Array<[T, float]>; //# sourceMappingURL=WeightedArray.d.ts.map