/** * Spawn a worker running lumina node and get the `NodeClient` connected to it. */ export function spawnNode(): Promise; export * from "lumina-node-wasm"; import { NodeClient } from "lumina-node-wasm";