import { ChildKey } from '../types/graph'; /** * A helper function used when formatting a path array to a human-readable format. * @param {Array} path * @returns {string} */ export default function formatPath(path: Array): string;