import type { KlawConfig } from "../config/types.klaw.js"; export type ConfiguredAgentHarnessRuntimeOptions = { includeEnvRuntime?: boolean; includeImplicitRuntimePreferences?: boolean; includeLegacyAgentRuntimes?: boolean; }; export declare function collectConfiguredAgentHarnessRuntimes(config: KlawConfig, env: NodeJS.ProcessEnv, options?: ConfiguredAgentHarnessRuntimeOptions): string[];