import type { ServiceContext } from '../types.js'; export declare function registerPullRequestTools(server: any, ctx: ServiceContext): void; /** Returns the count of PR write tools registered (for logging) */ export declare function getPrWriteToolCount(): number; //# sourceMappingURL=pull-request-tools.d.ts.map