/** * Thrown when the project's package.json has no bugs.url entry, so the block * message cannot point the agent at an issue tracker. */ export declare class MissingBugsUrlError extends Error { constructor(); } //# sourceMappingURL=missing-bugs-url-error.d.ts.map