declare interface Window { webkit: any; UAPM_JSBridge: any; UAPM_JSB_CONFIG: any; webkitPerformance: any; msPerformance: any; mozPerformance: any; chrome: any; attachEvent: any; _um_apm_namespace: string; goldlog?: any; } declare const __SDK_VERSION__: string; declare const _DEV_: boolean; declare interface Element { attachEvent: any; }