import { RateLimiterOptions } from './rate-limiter.interface';
export declare const RateLimit: (options: RateLimiterOptions) => MethodDecorator;
