pub async fn export_config_to_file(file_path: String) -> Result<Value, String>
Export the SQLite database to a CC Switch compatible SQL file.
This mirrors the upstream command signature style (Result<Value, String>).
Result<Value, String>