import { SpwItem } from "../../../constructs/ast/abstract/item"; import { Runtime } from "../../../constructs/runtime/runtime"; export declare function getAllRegisteredNodes(runtime: Runtime): SpwItem[]; export declare function getLastRegisteredNode(runtime: Runtime): SpwItem | undefined; export declare function startRuntimeWithSrc(src: string): Promise;