import { NextRequest } from 'next/server'; export declare const runtime = "nodejs"; export declare function GET(): Promise; export declare function POST(req: NextRequest): Promise; //# sourceMappingURL=projects-list-route.d.ts.map