export declare class Mathematics { static sum(arr: T[]): T; static mean(arr: T[]): T; static variance(arr: number[], mean: number): number; }