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