import type { DoubleMatrix } from 'cheminfo-types'; /** * Returns the median of the matrix. * @param matrix */ export declare function matrixMedian(matrix: DoubleMatrix): number; //# sourceMappingURL=matrixMedian.d.ts.map