import type { OpenClawConfig } from "../config/types.openclaw.js";
export declare function collectConfiguredAgentHarnessRuntimes(config: OpenClawConfig, env: NodeJS.ProcessEnv): string[];
