declare namespace cola { // 版本号 let version: string // 取消支付 function cancelPay(flag: boolean) // 设备信息 let device: { android: boolean | undefined, app: boolean | undefined, ios: boolean | undefined, ua: string, wechat: boolean | undefined } // 登录 function login() }