/** * @file algol.ts * * Constant determining the algorithm */ export declare const RANKING_EPSILON = 1e-9; export declare const Cutoff_rangeCloseMatch = 0.98;