import { TokenKind } from "../types/ast";
export declare const LEXER_SPEC: Array<[RegExp, TokenKind]>;
