import { NumberArray } from'cheminfo-types';
/**
* Returns the average of cosine distances between vectors a and b
* @parama - first vector
* @paramb - second vector
*
*/exportdefaultfunctioncosine(a: NumberArray, b: NumberArray): number;
//# sourceMappingURL=cosine.d.ts.map