import "./fs-safe-defaults.js";
export {
  ensureDirectoryWithinRoot,
  resolveExistingPathsWithinRoot,
  resolvePathsWithinRoot,
  resolvePathWithinRoot,
  resolveStrictExistingPathsWithinRoot,
  resolveWritablePathWithinRoot,
} from "@openclaw/fs-safe/advanced";
export { pathScope } from "@openclaw/fs-safe/advanced";
