export {
  createConfigIO,
  getRuntimeConfigSnapshot,
  loadConfig,
  writeConfigFile,
  type BrowserConfig,
  type BrowserProfileConfig,
  type OpenClawConfig,
} from "openclaw/plugin-sdk/browser-config-runtime";
