export interface ThrottlerStorageOptions { totalHits: number; expiresAt: number; } export declare const ThrottlerStorageOptions: unique symbol;