export interface ThrottlerStorageOptions { totalHits: Map; expiresAt: number; isBlocked: boolean; blockExpiresAt: number; } export declare const ThrottlerStorageOptions: unique symbol;