import type { Node } from '../programmatic/node.js';
/**
 * 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<string, typeof Node>;
//# sourceMappingURL=index.d.ts.map