import { KvStore } from "jazz-tools/react-native-core"; export declare class MMKVStore implements KvStore { get(key: string): Promise; set(key: string, value: string): Promise; delete(key: string): Promise; clearAll(): Promise; } //# sourceMappingURL=mmkv-store-adapter.d.ts.map