import type { FastifyInstance } from 'fastify'; import { ProjectDeployService } from '../deploy/ProjectDeployService'; import type { ProjectManager } from '../orchestrator/projectManager'; export declare function registerProjectDeployRoutes(fastify: FastifyInstance, args: { readonly projectManager: ProjectManager; readonly workspaceRoot: string; readonly service?: ProjectDeployService; }): void; //# sourceMappingURL=deployRoutes.d.ts.map