import type { Element, ParseOptions } from '../types'; export declare function detectEncoding(html: string | Uint8Array): string; export declare function parse(html: string, options?: ParseOptions): Element; //# sourceMappingURL=parse.d.ts.map