import type { RepoInfo } from "./client.mts"; import type { RawBatchResponse, RawContextNode, RawPr } from "./batch-raw-types.mts"; export declare function requireRawPr(response: RawBatchResponse | null | undefined, pr: number, repo: RepoInfo): RawPr; export declare function requireContextNodes(nodes: Array): RawContextNode[];