/** Node IDs can be either strings or number */
declare type NodeID = string | number;
export { NodeID };
