import type { RawSummaryPr } from "./poll-summary-raw.mts"; /** * Bind receipts to the review and head-commit CI evidence shared by one-PR * completion and stack reconciliation. Queue entry, queue checks, and GitHub's * computed merge state are checked separately: including them here would * invalidate a READY receipt merely because a ready PR entered the queue. */ export declare function fingerprintRawSummaryPr(raw: RawSummaryPr): string | null;