import type { RepoInfo } from "./client.mts"; import type { RawPr } from "./batch-raw-types.mts"; /** Hydrate all status contexts for the active or most recently removed queue commit. */ export declare function hydrateMergeQueueChecks(raw: RawPr, repo: RepoInfo): Promise;