import type { PRComment, FixTask, State } from "../types/index.js"; declare const createCommentKey: (commentId: number, commitId: string | null) => string; export declare const normalizeComments: (comments: PRComment[], state: State) => FixTask[]; export declare const groupTasksByFile: (tasks: FixTask[]) => Map; export declare const countAffectedLines: (tasks: FixTask[]) => number; export { createCommentKey }; //# sourceMappingURL=normalizer.d.ts.map