import 'dotenv/config'; declare const rateLimiterConfig: { windowMs: number; max: number; }; export = rateLimiterConfig;