import type Taro from '@tarojs/taro'; type TaroGetLocalIPAddressOption = Parameters[0]; type TaroGetLocalIPAddressResult = Awaited>; export declare function getLocalIPAddress(option?: TaroGetLocalIPAddressOption): Promise; export {}; //# sourceMappingURL=network.d.ts.map