import { GracePlugin } from "./plugin.js"; export interface RateLimitOptions { windowMs: number; max: number; message?: string; statusCode?: number; } export declare const rateLimit: (options: RateLimitOptions) => GracePlugin; //# sourceMappingURL=rate-limit.d.ts.map