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