import type { RateLimiterPlugin } from '../types/index.js'; export declare const whitelistPlugin: (ips: string[]) => RateLimiterPlugin;