import { type IncomingMessage, type ServerResponse } from 'node:http'; export declare function rateLimit(req: IncomingMessage, res: ServerResponse): boolean; //# sourceMappingURL=rate-limit.d.ts.map