import { HTMLElement } from "node-html-parser"; export default interface IService { dom: HTMLElement; }