import { MMKV } from 'react-native-mmkv'; export declare const storage: MMKV; export declare function getItem(key: string): T; export declare function setItem(key: string, value: T): Promise; export declare function removeItem(key: string): Promise; //# sourceMappingURL=storage.d.ts.map