/**
 * Heavy TextMate grammar payloads. Importing this module pulls in hundreds of
 * KB of JSON. Prefer `await import('./grammars')` so bundlers can code-split
 * it into its own chunk.
 *
 * Lightweight extension/language maps live in `./grammarMaps.ts`.
 */
export declare const grammars: import("@wooorm/starry-night").Grammar[];