export interface RateLimitOptions {
    ttl: number;
    limit: number;
}
