import type { BotConfig } from "../../config/config.js"; export declare function resolveAuthorizedWhatsAppOutboundTarget(params: { cfg: BotConfig; chatJid: string; accountId?: string; actionLabel: string; }): { to: string; accountId: string; };