/** * 监听应用切前台事件 * * @param callback */ declare function onAppShow(callback: () => void): void; export default onAppShow;