import { NodeLike } from '../types/graph'; import { RootAndPath } from './ref'; export default function relative(...path: Array>): RootAndPath;