import type { RuleMatch } from "./matcher.js"; export declare function topMatches(matches: RuleMatch[], limit?: number): RuleMatch[]; //# sourceMappingURL=rank.d.ts.map