/* * Copyright (C) 2018 by Marijn Haverbeke and others * Copyright (C) 2021-2023 The Refinery Authors * * SPDX-License-Identifier: MIT OR EPL-2.0 */ declare module '*.grammar' { import type { LRParser } from '@lezer/lr'; export const parser: LRParser; }