/** * Computes the mean of the given values. */ export default function mean(array: ArrayLike): number; //# sourceMappingURL=index.d.ts.map