export default openApp; /** * 说明: 极光魔链唤起app * @param { string } targetUrl 非 **/ declare function openApp(targetUrl: string): false | undefined;