import { Request, Response, NextFunction } from 'express';
export declare function blockBots(req: Request, res: Response, next: NextFunction): Response<any, Record<string, any>> | undefined;
//# sourceMappingURL=bot-detect.d.ts.map