export declare class JsonFolderParser { private folderPath; constructor(folderPath: string); private filePath; read(name: string): Promise>>; write(name: string, obj: Array>): Promise; }