import type { DoubleMatrix } from 'cheminfo-types'; /** * Center mean of matrix columns. * @param matrix - matrix [rows][cols] */ export declare function matrixCenterZMean(matrix: DoubleMatrix): Array>; //# sourceMappingURL=matrixCenterZMean.d.ts.map