export declare function isNodeExists(path: any): Promise; export declare function getUpdates(path: any, runUpdate: any): void; export declare function readOnce(path: any): void; export declare function commitUpdate(path: any, form: any): Promise; export declare function deleteData(path: any): Promise; //# sourceMappingURL=index.d.ts.map