export default class Validator { isNonNilLiteral(tokenType: number): boolean; isLiteral(tokenType: number): boolean; }