import type { Finding } from "./contracts.js"; export declare function selectReviewCandidates(findings: Finding[], limit: number): Finding[];