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