/** Port: external messaging channel (WhatsApp, SMS, etc.). */ export interface MessagingGateway { openWhatsApp(message: string): void; }