import type { NumberArray } from 'cheminfo-types'; /** * Dot product between two arrays. * @param A - First array. * @param B - Second array. */ export declare function xDotProduct(A: NumberArray, B: NumberArray): number; //# sourceMappingURL=xDotProduct.d.ts.map