/** * Simulator subprocess entry point. * * Speaks the same TLV protocol as the ESP32 firmware over stdin/stdout. * Spawned by the CLI via createSimTransport(). Acts as a virtual device: * boots QuickJS runtime, handles deploy/config/eval/restart commands. * * Usage: node simProcess.js --fs-root [--mem-limit ] [--fs-limit ] [--sim-dir ] */ import '../suppressStripTypesWarning.js'; //# sourceMappingURL=simProcess.d.ts.map