import type NetInfo from '@react-native-community/netinfo'; type NetInfoModule = typeof NetInfo; export declare const loadNetInfo: () => NetInfoModule; export {};