import type { Node } from '@tokens-studio/graph-engine'; /** * All nodes in the system available as an array */ export declare const nodes: (typeof Node)[]; /** * Nodes as a lookup map using the node type as the key */ export declare const nodeLookup: Record; //# sourceMappingURL=index.d.ts.map