File size: 212 Bytes
077865a
 
 
1
2
3
import type { Request, Response, NextFunction } from 'express';
export declare function createProxyRateLimiter(): (req: Request, res: Response, next: NextFunction) => void;
//# sourceMappingURL=rateLimit.d.ts.map