// interface WAN3 {
//   currentProvider: any,
//   version: any
// }

declare interface Window {
  wan3: any
}

declare const __DEV__: boolean
