import { ExportInfo } from '../types'; export declare function extractCSharpExports(filePath: string): ExportInfo[];