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