import type { Context } from "../context.ts";
import { type ConnectPacket } from "../deps.ts";
/**
 * Handles the MQTT CONNECT packet
 * @param ctx - The connection context
 * @param packet - The MQTT CONNECT packet to handle
 */
export declare function handleConnect(ctx: Context, packet: ConnectPacket): void;
//# sourceMappingURL=handleConnect.d.ts.map