import { ParsedDocument, ParserOptions } from "./types"; export declare const parser: (html: string, options: ParserOptions) => ParsedDocument;