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