import type { HTMLElement } from 'node-html-parser'; export declare function getHtmlLinks(dom: HTMLElement): string[];