import Node from "../core/Node.js";

export const hash: (seed: Node) => Node;
