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