import { Application } from 'express';
export declare function configureRateLimits(app: Application): Promise<void>;
