/** * Increment citationCount for a list of entry IDs. * * Routes each ID to the correct table based on its ID prefix. All updates * are best-effort — errors are silently swallowed. * * @param projectRoot - Project root for brain.db resolution * @param ids - Entry IDs whose citation counts should be incremented */ export declare function incrementCitationCounts(projectRoot: string, ids: string[]): Promise; //# sourceMappingURL=increment-citation-counts.d.ts.map