import { PolyScene } from '../PolyScene'; import { PolyDictionary } from '../../../types/GlobalTypes'; export declare class PolySceneSerializer { private scene; constructor(scene: PolyScene); toJSON(include_node_param_components?: boolean): { nodes_by_graph_node_id: PolyDictionary; params_by_graph_node_id: PolyDictionary; }; }