import type { ReviewMention } from "./types.js"; export declare function extractReviewMentions(body: string): ReviewMention[]; export declare function normalizeReviewMentions(mentions: ReviewMention[] | null | undefined): ReviewMention[]; //# sourceMappingURL=mentions.d.ts.map