import { NativeModule } from './native-module'; export function getReachability(): Promise { return NativeModule.getReachability(); }