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

export const checker: (coord?: Node) => Node;
