import { AppStateStatus } from 'react-native'; /** * Handle application change state. Foreground/Background. */ declare const HandleAppStateChange: (callback?: ((nextAppState: AppStateStatus) => void) | undefined) => void; export { HandleAppStateChange as default };