declare module '@react-native-async-storage/async-storage' { const AsyncStorage: { getItem(key: string): Promise setItem(key: string, value: string): Promise removeItem(key: string): Promise } export default AsyncStorage }