import type { Node } from './Node.ts'; import type { ParentNode } from './ParentNode.ts'; export declare function parseHtml(html: string, contextNode: Node): import("./DocumentFragment.ts").DocumentFragment; export declare function serializeChildren(parentNode: ParentNode): string; export declare function serializeNode(node: Node): string; //# sourceMappingURL=serialization.d.ts.map