export interface IRateLimiterConfig { windowMs: number; max: number; enabled: boolean; }