/** * Extends the Node prototype with realm aware methods. * @param {typeof Node} Node The Node constructor to extend. */ export function extendNode(Node: typeof globalThis.Node): void;