type Brand = K & { __brand: T; }; export type NodeId = Brand; export declare function nextNodeId(): NodeId; export {};