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