import type { EventContainer } from "../../utils/index.js"; /** * Logs incoming event details when debug mode is enabled * Uses the container's parsed data if available */ export declare function logIncomingEvent(container: EventContainer): void; /** * Logs outgoing event to client when debug mode is enabled * Uses the container's already-parsed data if available */ export declare function logOutgoingEvent(container: EventContainer, clientId: string): void;