/**
 * @param {DocumentFragment} fragment
 * @returns {DocumentFragment}
 */
export function PersistentFragment(fragment: DocumentFragment): DocumentFragment;
export function diffFragment(node: Node, operation: 1 | 0 | -0 | -1): Node;
export const nodes: unique symbol;
