import type { RateLimiterConfig } from './types';
export declare function getConfig(): Promise<RateLimiterConfig>;
export declare const defaultConfig: RateLimiterConfig;
// For backwards compatibility - synchronous access with default fallback
export declare const config: RateLimiterConfig;
