import type { FastifyInstance } from 'fastify'; import { type KbRegistryService } from '../kb/kb.service.js'; export declare function registerKbRoutes(fastify: FastifyInstance, options?: { kbRegistryService?: KbRegistryService; }): void; //# sourceMappingURL=kb-routes.d.ts.map