/****************************************************************************** * This file was generated by langium-cli 4.3.0. * DO NOT EDIT MANUALLY! ******************************************************************************/ import type { LangiumSharedCoreServices, LangiumCoreServices, LangiumGeneratedCoreServices, LangiumGeneratedSharedCoreServices, Module, IParserConfig } from 'langium'; export declare const DomainModelLanguageMetaData: { readonly languageId: "domain-model"; readonly fileExtensions: readonly [".dmodel"]; readonly caseInsensitive: false; readonly mode: "development"; }; export declare const parserConfig: IParserConfig; export declare const DomainModelGeneratedSharedModule: Module; export declare const DomainModelGeneratedModule: Module; //# sourceMappingURL=module.d.ts.map