export declare const mean: (data: number[]) => number;
