import { Node } from "./dom/node.js";
export declare function nodesFromString(html: string): Node;
export declare function fragmentNodesFromString(html: string, contextLocalName: string): Node;
//# sourceMappingURL=deserialize.d.ts.map