/** * React Native Storage Adapter * * This adapter provides synchronous localStorage-like behavior using MMKV * MMKV is a fast, synchronous key-value storage for React Native * * Installation: * npm install react-native-mmkv * * Alternative: If you prefer AsyncStorage, you'll need to handle async operations differently */ import type { StorageAdapter } from 'tf-checkout-shared'; export declare const reactNativeStorageAdapter: StorageAdapter; //# sourceMappingURL=storageAdapter.d.ts.map