import type { PRInfo } from "../types.js"; export type ParsedPrUrl = Pick; export declare function parsePrFromUrl(prUrl: string): ParsedPrUrl | null; //# sourceMappingURL=pr.d.ts.map