import type { TextMateGrammarSupport } from "./types"; /** * Registers alphaTex as language in the provided grammar support context. * @param grammarSupport The context for handling grammar support in Monaco. */ export declare function registerAlphaTexGrammar(grammarSupport: TextMateGrammarSupport): Promise;