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