export { resolveCommandSecretRefsViaGateway } from "../../cli/command-secret-gateway.js";
export { getModelsCommandSecretTargetIds } from "../../cli/command-secret-targets.js";
export {
  getRuntimeConfig,
  readSourceConfigSnapshotForWrite,
  setRuntimeConfigSnapshot,
  type OpenClawConfig,
} from "../../config/config.js";
