import { HTMLElement as NhpHTMLElement } from 'node-html-parser'; export declare const disableExternalResources: (html: NhpHTMLElement) => NhpHTMLElement; export declare const lazyLoadEmbed: (html: NhpHTMLElement) => NhpHTMLElement;