import * as i0 from "@angular/core"; type Path = readonly (string | number)[]; export declare class StorageService { filePath: string; data: any; saveToDisk: boolean; logger: import("../../angular-terminal/logger").Logger; constructor(); get(key: Path): any; write(key: Path, data: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};