import { Item } from '../types/item.types.js'; import { LazyItem } from '../types/lazy-item.types.js'; export declare const linkify: (href: string, item: Item) => void; export declare const parseLink: (href: string) => LazyItem;