import type { Request, Response, NextFunction } from 'express'; export declare function createProxyRateLimiter(): (req: Request, res: Response, next: NextFunction) => void; //# sourceMappingURL=rateLimit.d.ts.map