/** * Project-related API routes: listing, folder scanning, and git clone. */ import { Router } from 'express'; export declare function createProjectRoutes(): Router; //# sourceMappingURL=projects.d.ts.map