export namespace _mocked { function $getAll(): any[]; function $set(value: any): void; function $delete(key: any): void; function $clear(): void; }