import type { OpenClawConfig } from "../config/types.openclaw.js";
export declare function noteWorkspaceStatus(cfg: OpenClawConfig): {
    workspaceDir: string;
};
