/******************************************************************************
 * Copyright 2022 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 { Grammar, LangiumCoreServices } from 'langium';
export declare function generateTypesFile(services: LangiumCoreServices, grammars: Grammar[]): string;
//# sourceMappingURL=types-generator.d.ts.map