import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SessionCache { private map; get(key: K, fallback: () => Observable): Observable; remove(key: K): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDeclaration>; }