import type { NodeFactory } from '../$graph-editor/editor'; import { SolverAPINode } from './SolverAPINode'; export declare class InitializeSolverNode extends SolverAPINode { constructor({ factory }: { factory: NodeFactory; }); }