/** * Most of the time, host should be 'localhost'. * But sometimes, it's not. So we need to figure out what it is. * @see https://github.com/infinitered/dreaction/issues/1107 * * On an Android emulator, if you want to connect any servers of local, you will need run adb reverse on your terminal. This function gets the localhost IP of host machine directly to bypass this. */ export declare const getHost: (defaultHost?: string) => string; //# sourceMappingURL=getHost.d.ts.map