export declare const EVENTTYPES: { NETWORK: string; }; export declare const CONSTANTS: { UUID: string; UUID_SUFFIX: string; OPENID: string; UNIONID: string; ALIPAYID: string; USERID: string; PROVIDER: string; SAMPLING: string; GET_ID_URL: string; GET_SAMPLING_RATE_URL: string; GET_LOG_URL: string; }; export declare const ACTION: { GET_SYSTEMINFO_DATA: string; GET_ACCOUNT_INFO: string; GET_UUID: string; GET_SESSION_ID: string; GET_NETWORK_TYPE: string; GET_SAMPLING_RATE: string; APP_ON_LAUNCH: string; APP_ON_SHOW: string; APP_ON_HIDE: string; PAGE_ON_SHOW: string; PAGE_ON_HIDE: string; PAGE_ON_LOAD: string; PAGE_ON_UNLOAD: string; PAGE_BEFORE_UNLOAD: string; PAGE_ON_PAUSE: string; PAGE_ON_RESUME: string; READY_TO_SEND: string; AFTER_READY_TO_SEND: string; ZERO_LOG_READY: string; SDK_ON_INIT: string; AFTER_SAMPLING: string; };