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