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