/**
 * Represents a WhatsApp channel interface.
 *
 * @deprecated Please use types instead of interfaces.
 *
 * @ignore
 */
export interface WhatsAppChannelInterface {
    channel: 'whatsapp';
}
//# sourceMappingURL=WhatsAppChannelInterface.d.ts.map