import CIPPacketHandler from "../CIPPacketHandler"; /** * Handles the reception of a HEARTBEAT packet * @param packet <0x0D> ... * * The data fields are what was contained in the HEARTBEAT message */ export default function handleHeartbeat(this: CIPPacketHandler, packet: Uint8Array): void;