import { LazyItem } from '../types/lazy-item.types.js'; export declare const getUniqueId: (item: LazyItem) => string;