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