import { ParentNode } from '@web/parse5-utils'; import { Config } from '../config.mjs'; export declare function parseHTML(html: string): ParentNode; export declare function buildHTML(file: string, config: Config, flags: { watch?: boolean; critical?: boolean; }): Promise;