import type { Context } from "../context.ts";
/**
 * Handles client disconnection by clearing the will message and closing the connection
 * @param {Context} ctx - The connection context object
 * @returns {void}
 */
export declare function handleDisconnect(ctx: Context): void;
//# sourceMappingURL=handleDisconnect.d.ts.map