/** * WhatsApp API 路由 * * 处理 WhatsApp 连接状态相关的 API 端点 */ import express from 'express'; export declare function createWhatsAppRoutes(): express.Router; //# sourceMappingURL=whatsapp.d.ts.map