/****************************************************************************** * Copyright 2021 TypeFox GmbH * This program and the accompanying materials are made available under the * terms of the MIT License, which is available in the project root. ******************************************************************************/ import { type Module } from 'langium'; import type { PartialLangiumServices } from 'langium/lsp'; import type { DiagramOptions } from 'sprotty-protocol'; import type { LangiumSprottyServices, LangiumSprottySharedServices, SprottyDefaultServices, SprottySharedServices } from './sprotty-services.js'; import { DiagramServer } from 'sprotty-protocol'; export declare const SprottyDefaultModule: Module; export declare const defaultDiagramServerFactory: (services: LangiumSprottySharedServices) => ((clientId: string, options?: DiagramOptions) => DiagramServer); /** * Default implementations of shared services for the integration of Langium and Sprotty. */ export declare const SprottySharedModule: Module; //# sourceMappingURL=default-module.d.ts.map