import type { MeasuredRoute, RunReport } from "./runner.js"; /** * Issue draft in the Next.js bug-template section order. The attribution * gates the preamble: app/dependency-owned leaks warn against filing * upstream; framework/unattributed leaks read as an upstream-ready draft. */ export declare function renderIssueMarkdown(route: MeasuredRoute, run: RunReport): string;