import type { RateLimitContext } from '../types/index.js'; export declare function getClientIP(ctx: RateLimitContext): string; export declare const defaultKeyGenerator: (ctx: RateLimitContext) => string;