import type { FastifyInstance } from 'fastify'; import type { ProjectManager } from '../orchestrator/projectManager'; export declare function registerProjectAuthRoutes(fastify: FastifyInstance, options: { readonly projectManager: ProjectManager; readonly workspaceRoot?: string; }): void; //# sourceMappingURL=authRoutes.d.ts.map