export declare type NodeCategory = 'Action' | 'Query' | 'Logic' | 'Event' | 'Variable' | 'Flow' | 'Time' | 'None'; //# sourceMappingURL=NodeCategory.d.ts.map