import type { GrammarToken } from "src/grammarParser";
export declare const buildErrorWindow: (file: string, token: GrammarToken) => string;
