import { MicroformatRoot } from 'microformats-parser/dist/types'; import type { HTMLElement } from 'node-html-parser'; export declare function getHEntries(dom: HTMLElement, source: string, target: string): MicroformatRoot[];