import type { NumberArray } from 'cheminfo-types'; /** * Check that two arrays have the same length. * @param array1 - First array. * @param array2 - Second array. */ export declare function xCheckLengths(array1: NumberArray, array2: NumberArray): void; //# sourceMappingURL=xCheckLengths.d.ts.map