export declare function initIDB(dbName: any): Promise; export declare function getDataFromIDB(dbName: any, filePath: any): Promise; export declare function saveDataToIDB(dbName: any, filePath: any, data: any): Promise; export declare function cleanIDB(dbName: any): Promise; export declare function cleanAllIDB(isExculdeSystemLongan?: boolean): void;