declare const __DEV__: boolean; declare const wx: any; declare const plus: any; interface Math { easeInOutQuad: (t: any, b: any, c: any, d: any) => any; } interface Window { webkitRequestAnimationFrame: ()=>void mozRequestAnimationFrame: ()=>void }