import { HTMLElement } from "node-html-parser"; export default interface IParser { parse(dom: HTMLElement): TResponse; }