import type { FrameworkConfig } from '../../lib/framework-config.js'; import type { InstallerOptions } from '../../utils/types.js'; export declare const config: FrameworkConfig; /** * Run the Go integration. * * Custom flow that bypasses runAgentInstaller because the universal runner * assumes package.json exists (getPackageDotJson aborts without it) and * port-detection/env-writer are JS-specific. */ export declare function run(options: InstallerOptions): Promise;