/** Get the mean of a list of numbers */ export declare const mean: (numbers: ReadonlyArray) => number; //# sourceMappingURL=mean.d.ts.map