import type { Node, NodeConfig } from '../../types'; export declare function createNode(userNode: NodeConfig): Node;