index.ts(3,5): error TS2305: Module '"stats"' has no exported member 'getMaxElement'. index.ts(4,5): error TS2724: Module '"stats"' has no exported member 'getMinIndex'. Did you mean 'getMaxIndex'? index.ts(5,5): error TS2305: Module '"stats"' has no exported member 'getMinElement'. index.ts(6,5): error TS2305: Module '"stats"' has no exported member 'getMedianIndex'. index.ts(7,5): error TS2305: Module '"stats"' has no exported member 'getMedianElement'. index.ts(8,5): error TS2305: Module '"stats"' has no exported member 'getAverageValue'. index.ts(126,37): error TS2345: Argument of type'unknown' is not assignable to parameter of type'number'. index.ts(149,37): error TS2345: Argument of type'unknown' is not assignable to parameter of type'number'. test.ts(13,5): error TS2344: Type 'false' does not satisfy the constraint 'true'. test.ts(20,5): error TS2344: Type 'false' does not satisfy the constraint 'true'. test.ts(27,5): error TS2344: Type 'false' does not satisfy the constraint 'true'. test.ts(34,5): error TS2344: Type 'false' does not satisfy the constraint 'true'. test.ts(41,5): error TS2344: Type 'false' does not satisfy the constraint 'true'. test.ts(48,5): error TS2344: Type 'false' does not satisfy the constraint 'true'. test.ts(55,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.