import type { FrameworkConfig } from '../../lib/framework-config.js'; import type { InstallerOptions } from '../../utils/types.js'; export declare const config: FrameworkConfig; /** * Custom run function for Ruby/Rails — bypasses runAgentInstaller * since that assumes a JS project (package.json, node_modules, .env.local). */ export declare function run(options: InstallerOptions): Promise;