import type { FrameworkConfig } from '../../lib/framework-config.js'; import type { InstallerOptions } from '../../utils/types.js'; export declare const config: FrameworkConfig; /** * Custom run function that bypasses runAgentInstaller. * Calls initializeAgent + runAgent directly, handling Python-specific * env writing and prompt building. */ export declare function run(options: InstallerOptions): Promise;