/** * Monkey-patch melonJS rendering classes to draw debug overlays * (hitboxes, bounding boxes, velocity vectors) and collect stats. * * @param {import("./debugPanel").DebugPanel} panel - the debug panel instance */ export function applyPatches(panel: import("./debugPanel").DebugPanel): void; //# sourceMappingURL=patches.d.ts.map