import type { Language } from "../../core/domain/language.js"; export declare function loadGrammar(language: Language): unknown;