import offPageHide from './offPageHide'; import offPageShow from './offPageShow'; import onPageHide from './onPageHide'; import onPageShow from './onPageShow'; import onAppHide from './onAppHide'; import onAppShow from './onAppShow'; /** * * @name events * @title 事件 */ declare const _default: { offPageHide: typeof offPageHide; offPageShow: typeof offPageShow; onPageHide: typeof onPageHide; onPageShow: typeof onPageShow; onAppHide: typeof onAppHide; onAppShow: typeof onAppShow; }; export default _default;