export interface StorageCacheItem { key: string; value: any; expires: number; type: string; groupKey: string; } //# sourceMappingURL=cache-storage-item.interface.d.ts.map