import type{ShikiLanguageInput}from'./shiki-types.js'; /** * A compact TextMate grammar for GreyCat's GCL language. * * Shiki ships grammars for the common languages, but GCL is maintained here * so consumers can highlight GreyCat source without supplying a grammar map. * * GCL is not TypeScript/JS: no `async`/`await`, no `import`/`export`, no * `new`, no `switch`/`match`, no `void`, no `let`. Keyword/type/number-suffix * shapes below are sourced from GreyCat's own grammar, not guessed by * analogy. */ export declare const GREYCAT_LANGUAGE:ShikiLanguageInput;