/**
 * WhatsApp Network Definition
 * @see https://faq.whatsapp.com/5913398998672934
 */
import type { Network } from '../types/index.js';
export declare const whatsapp: Network;
