/****************************************************************************** * 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 { AstNode } from 'langium'; import { AbstractFormatter } from 'langium/lsp'; export declare class DomainModelFormatter extends AbstractFormatter { protected format(node: AstNode): void; } //# sourceMappingURL=domain-model-formatter.d.ts.map