export interface NetworkInfoModule { isOnline: () => Promise; getNetworkEffectiveType: () => Promise; }