export { whatsappPlugin } from "./src/channel.js"; export { setWhatsAppRuntime } from "./src/runtime.js"; export { whatsappOutbound } from "./src/outbound-adapter.js"; export { deliverWebReply } from "./src/auto-reply/deliver-reply.js"; export { trackBackgroundTask, updateLastRouteInBackground, } from "./src/auto-reply/monitor/last-route.js";