import type { FrameworkConfig } from '../../lib/framework-config.js'; import type { InstallerOptions } from '../../utils/types.js'; export declare const config: FrameworkConfig; /** * Custom run function for .NET — bypasses runAgentInstaller's JS-centric assumptions * (no package.json, no .env.local, no TypeScript detection, no JS port detection). */ export declare function run(options: InstallerOptions): Promise;