/** * 微信个人号 API 路由 * * 处理微信账号管理、QR 登录相关的 API 端点 */ import express from 'express'; export declare function createWeixinRoutes(): express.Router; //# sourceMappingURL=weixin.d.ts.map