import type Iterator from '../FSIterator.ts';
import type { Entry, StackEntry } from '../types.ts';
export default function createEntry(iterator: Iterator, item: StackEntry): Entry;
