/** * The pure token tables `lexer.ts` and its collaborators read. A table with * three readers has one home; D115 §三 gives the parser directory the same * `tokens.ts` for the same reason. * * D114 R1f. */ import { type TokenKind } from "../token.ts"; export declare const lineBoundaryKinds: Set; //# sourceMappingURL=tokens.d.ts.map