export declare const LogTypeDefs: { ERR_NETWORK_HTTP_40X: { code: string; intCode: string; des: string; type: string; }; ERR__NETWORK_HTTP_50X: { code: string; intCode: string; des: string; type: string; }; ERR_NETWORK_TIMEOUT: { code: string; intCode: string; des: string; type: string; }; ERROR_NETWORK_UNKNOWHOST: { code: string; intCode: string; des: string; type: string; }; ERROR_BUSINESS_ILLEGAL_ARGUMENT: { code: string; intCode: string; des: string; type: string; }; ERROR_BUSINESS_: { code: string; intCode: string; des: string; type: string; }; ERROR_HARDWARE_CAMERA: { code: string; intCode: string; des: string; type: string; }; ERROR_HARDWARE_MICROPHONE: { code: string; intCode: string; des: string; type: string; }; ERROR_HARDWARE_STORAGE: { code: string; intCode: string; des: string; type: string; }; ERROR_HARDWARE_OTHER: { code: string; intCode: string; des: string; type: string; }; ERROR_CLIENT_OOM: { code: string; intCode: string; des: string; type: string; }; ERROR_CLIENT_ANR: { code: string; intCode: string; des: string; type: string; }; ERROR_CLIENT_OTHER: { code: string; intCode: string; des: string; type: string; }; INFO_NETWORK_REQUEST: { code: string; intCode: string; des: string; type: string; }; INFO_PERFORMANCE_PAGE_RENDER: { code: string; intCode: string; des: string; type: string; }; INFO_PERFORMANCE_BATTERY_POWER: { code: string; intCode: string; des: string; type: string; }; INFO_PERFORMANCE_NETWORK_FLOW: { code: string; intCode: string; des: string; type: string; }; INFO_EVENT_BURIED_POINT: { code: string; intCode: string; des: string; type: string; }; }; export declare const eventTypes: { EVENT_CLICK: { code: string; type: string; desc: string; }; EVENT_PAGE_OPEN: { code: string; type: string; desc: string; }; EVENT_PAGE_LEAVE: { code: string; type: string; desc: string; }; EVENT_GESTURE_SWIPE_UP: { code: string; type: string; desc: string; }; EVENT_GESTURE_SWIPE_DOWN: { code: string; type: string; desc: string; }; EVENT_GESTURE_SWIPE_LEFT: { code: string; type: string; desc: string; }; EVENT_GESTURE_SWIPE_RIGHT: { code: string; type: string; desc: string; }; EVENT_GESTURE_DRAG: { code: string; type: string; desc: string; }; EVENT_GESTURE_DOUBLE_FINGERS_ZOOM_IN: { code: string; type: string; desc: string; }; EVENT_GESTURE_DOUBLE_FINGERS_ZOOM_OUT: { code: string; type: string; desc: string; }; EVENT_GESTURE_CORECT_CIRCLE: { code: string; type: string; desc: string; }; EVENT_VIDEO_START: { code: string; type: string; desc: string; }; EVENT_VIDEO_STOP: { code: string; type: string; desc: string; }; EVENT_VIDEO_FINISH: { code: string; type: string; desc: string; }; "EVENT_VIDEO_>>": { code: string; type: string; desc: string; }; "EVENT_VIDEO_<<": { code: string; type: string; desc: string; }; };