import type { HTMLElement, Options } from 'node-html-parser';
export type { HTMLElement, Options };
export declare function parse(html: string, config?: Partial<Options>): HTMLElement;
