/** * C# language provider. * * C# uses named imports (using directives), modifier-based export detection, * and an implements-split MRO strategy for multiple interface implementation. * Interface names follow the I-prefix convention (e.g., IDisposable). */ export declare const csharpProvider: import("../language-provider.js").LanguageProvider;