export declare const TYPES: number[]; export declare const IDENTIFIER = 1; export declare const OPERATOR = 2; export declare const BLANK = 4; export declare const QUOTE = 8; export declare const INLINE_BLANK = 16; export declare const NUMBER = 32; export declare const SIGN = 64;