import { ErrorValue } from '../error.value'; export declare namespace TreeError { const id = 512; const emptyAst: ErrorValue; const emptyTree: ErrorValue; const invalidParserTree: ErrorValue; }