export declare class LanguageServerModuleSet { private readonly rootPath; constructor(rootPath: string); setFileContent(uri: string, content: string): void; deleteFile(uri: string): void; private reassignModulesToWorkspaces; private parseSoiaConfig; private parseSoiaModule; /** Finds the workspace which contains the given module URI. */ private findModuleWorkspace; private reassigneModulesTimeout?; private readonly moduleBundles; private readonly workspaces; } //# sourceMappingURL=language_server.d.ts.map