Export/import for OS-level settings that live in NVS without an owning module.
static bool exportSystemSettings(cJSON *out)
Writes the user-configurable NVS settings into out.
static cdc::core::IModule::BackupResult importSystemSettings(const cJSON *in)
Restores the system settings from in best-effort.
Per-module restore outcome reported by importBackup().