import { default as IdentifiableItem } from './identifiableItem'; declare const findPathToNode: (items: T[], targetId: string) => string[]; export default findPathToNode; //# sourceMappingURL=findPathToNode.d.ts.map