UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

12 lines (11 loc) 369 B
import type { OpenClawConfig } from "../../config/config.js"; type HeartbeatRecipientsResult = { recipients: string[]; source: string; }; type HeartbeatRecipientsOpts = { to?: string; all?: boolean; }; export declare function resolveWhatsAppHeartbeatRecipients(cfg: OpenClawConfig, opts?: HeartbeatRecipientsOpts): HeartbeatRecipientsResult; export {};