export declare const calcShapiroWilk: (data: number[]) => { pValue: number; statistic: number; }; //# sourceMappingURL=normality.d.ts.map