import { type Grammar } from 'langium'; export declare function log(level: 'log' | 'warn' | 'error', options: { watch?: boolean; }, message: string, ...args: any[]): void; export declare function getTime(): string; export declare function collectKeywords(grammar: Grammar): string[]; export declare function collectTerminalRegexps(grammar: Grammar): Record; //# sourceMappingURL=langium-util.d.ts.map