import { Request, Response, NextFunction } from 'express';
export declare const projectOriginMiddleware: (req: Request, res: Response, next: NextFunction) => Promise<void | Response<any, Record<string, any>>>;
