import type { OpenClawConfig } from "../config/config.js";
export declare function listAgentWorkspaceDirs(cfg: OpenClawConfig): string[];
