/** * Reads the project's bug tracker URL from the root package.json so the block * message points at the canonical issue tracker without duplicating the URL. * * Resolved relative to this module: at runtime the compiled file lives in * dist/, and under tests it lives in src/ — in both cases ../package.json * resolves to the package root. * @returns The "open a new issue" URL for the project repository. * @throws {MissingBugsUrlError} When package.json has no usable bugs.url. */ export declare function issuesUrl(): string; //# sourceMappingURL=package-info.d.ts.map