declare namespace _default { export { get }; export { set }; } export default _default; declare function get(key: any, defValue: any): import("rxjs").Observable; declare function set(key: any, nextValue: any): import("rxjs").Observable; //# sourceMappingURL=memory.d.ts.map