import type { Entry } from '../types.js';
export default function createEntry(iterator: any, item: any): Entry;
