export declare enum IndexedDBKeysDataType { STRING = 0, INTEGER = 1, OBJECT = 2, ARRAY = 3, BOOLEAN = 4, ANY = 5 }