import { CustomEvent } from '../../../Events/CustomEvent.js'; import { Engine } from '../../../Execution/Engine.js'; import { Graph } from '../../../Graphs/Graph.js'; import { EventNode } from '../../../Nodes/EventNode.js'; import { NodeDescription } from '../../../Nodes/Registry/NodeDescription.js'; export declare class OnCustomEvent extends EventNode { readonly customEvent: CustomEvent; static GetDescription(graph: Graph, customEventId: string): NodeDescription; constructor(description: NodeDescription, graph: Graph, customEvent: CustomEvent); private onCustomEvent; init(engine: Engine): void; dispose(engine: Engine): void; } //# sourceMappingURL=OnCustomEvent.d.ts.map