import type { NumberArray } from 'cheminfo-types'; /** * This function calculates the mean squared error. * @param array1 -first array * @param array2 - second array */ export declare function xMeanSquaredError(array1: NumberArray, array2: NumberArray): number; //# sourceMappingURL=xMeanSquaredError.d.ts.map