export declare type TracerConfigType = { serviceName: string; serverUrl: string; agentVersion?: string; agentName?: string; transactionDurationThreshold?: number; ignoreRequestUrls?: string[]; isCatchResponseContent?: boolean; isGlobalElementActionCatch?: boolean; automaticStart?: boolean; }; export declare type UserContext = { id: string; username: string; email: string; }; export declare const ELEMENT_ACTION_TASK_FALG = "jad-mon-flag"; export declare const PAGE_CHANGE_TASK = "pageChange_task"; export declare const NETWORK_TASL = "network_task"; export declare const ELEMENT_ACTION_TASK = "elementAction_task"; export declare const CUSTOM_EVENT_TASK = "customEvent_task";