import type { DoubleMatrix } from 'cheminfo-types'; /** * Get min and max of the absolute values of Z. * @param matrix - matrix [rows][cols]. */ export declare function matrixMinMaxAbsoluteZ(matrix: DoubleMatrix): { min: number; max: number; }; //# sourceMappingURL=matrixMinMaxAbsoluteZ.d.ts.map