/* eslint-disable */ /** * Mock for onnxruntime-node. * Used during testing when the real package isn't installed. * The model-loader will fall back to mock mode when this import fails. */ // This mock throws on load to simulate the package not being available // The model-loader catches this and falls back to mock mode throw new Error("onnxruntime-node not installed");