import type { CheckRun } from "../types.mts"; import type { RawContextNode } from "./batch-raw-types.mts"; export declare function parseCheckNodes(nodes: Array | undefined, mergeCommitOid?: string): CheckRun[];