import type { FastifyInstance } from 'fastify'; import { type InfraSessionDependencies } from '../orchestrator/infraSession'; import type { ProjectManager } from '../orchestrator/projectManager'; type ProjectRuntimeManager = Pick; export declare function registerProjectRuntimeRoutes(fastify: FastifyInstance, options: { readonly projectManager: ProjectRuntimeManager; readonly workspaceRoot: string; readonly dependencies?: InfraSessionDependencies; }): void; export {}; //# sourceMappingURL=projectRuntimeRoutes.d.ts.map