import type { Issue } from '@generacy-ai/cockpit'; /** * Extract the first linked PR URL from an issue's body. Used by `status`'s row * builder when `kind === 'issue'` and a `resolveIssueToPR` round-trip is not * wanted (or has already returned null). */ export declare function extractPrUrl(issue: Pick): string | null; //# sourceMappingURL=pr-link.d.ts.map