import { TokenNode, TokenPath } from './interface'; export default function normalizeToLines(tree: TokenNode): TokenPath[][];