import { UserContext } from './type'; export declare function start(): void; export declare function setUserInfo(userContext: UserContext): void; export declare function createCustomLog(eventName: string): any; export declare function captureError(error: any): any; export declare function stopElementActionCatch(): void; export declare function resumeElementActionCatch(): void; export declare function stopPageChangeEventCatch(): void; export declare function resumePageChangeEventCatch(): void; export declare function stopRequestCatch(): void; export declare function resumeRequestCatch(): void;