import { GrammarToken } from "../meta/common";
export declare const buildErrorWindow: (file: string, token: GrammarToken) => string;
