import type { GatewayClient } from "./types.js"; /** * Handle incoming WebSocket message */ export declare function handleMessage(client: GatewayClient, data: Buffer | string): Promise;