/** * 1. send session_start event when the page is loaded * 2. send scroll event when the user scrolls more than 90% of the page * 3. send user_engagement event when the page is hidden or the user is not focused */ declare function useWebAnalytics(pathname: string): void; export { useWebAnalytics };