// /// /// export = WeChat export as namespace WeChat; declare const WeChat: WeChat.WeChatStatic declare namespace WeChat { // eslint-disable-next-line @typescript-eslint/no-empty-interface interface WeChatStatic { } } declare global { }