import type { Cache } from 'cache-manager'; export declare class AuthCacheService { private readonly cacheManager; constructor(cacheManager: Cache); cache(): Cache; } //# sourceMappingURL=auth-cache.service.d.ts.map