import type Iterator from '../FSIterator.js';
export default function path<_T>(item: any, iterator: Iterator, callback: any): void;
