import { Response, NextFunction } from 'express'; export declare const requireAuth: (req: any, res: Response, next: NextFunction) => void;