import type express from "express";
declare const authRateLimiterMiddleware: (req: express.Request, res: express.Response, next: express.NextFunction) => void;
export default authRateLimiterMiddleware;
//# sourceMappingURL=auth-rate-limit.d.ts.map