import { type Client } from 'whatsapp-web.js';
import { type WwebjsEngineHost } from './wwebjs-host';
export declare function registerWwebjsMessageEvents(client: Client, host: WwebjsEngineHost): void;
