/** * Handles the reception of a HEARTBEAT_RESPONSE packet * @param packet <0x0E> ... * * The data fields are what was contained in the HEARTBEAT message */ export default function handleHeartbeatResponse(packet: Uint8Array): void;