import type { Context } from "../context.ts";
/**
 * Handles PINGREQ packet by responding with a PINGRESP packet
 * @param ctx - The connection context containing send method
 * @returns Promise that resolves when PINGRESP is sent
 */
export declare function handlePingreq(ctx: Context): Promise<void>;
//# sourceMappingURL=handlePingreq.d.ts.map