import { IconName, NodeType, ValueOrPropDefinitionInstance, ValueOrPropDefinitionInstanceMap } from "./types"; export declare function duplicateNode(node: T): T; export declare function getIconForNodeType(type: NodeType["type"]): IconName | undefined; export declare function getNameForNodeType(type: Exclude): string; export declare function ensureIsValue(value: T): ValueOrPropDefinitionInstanceMap[T["type"]];