| 1 | import type { ToolConfig } from '@/tools/types' |
| 2 | import type { WhatsAppMarkReadParams, WhatsAppMarkReadResponse } from '@/tools/whatsapp/types' |
| 3 | import { buildAuthHeaders, buildMessagesUrl, isRecord } from '@/tools/whatsapp/utils' |
| 4 |
nothing calls this directly
no test coverage detected