import { RateLimiterOptions } from './rate-limiter.interface';
export declare const defaultRateLimiterOptions: RateLimiterOptions;
