import { Node, FreshNode } from '../interfaces'; export declare function createNode(newNode: FreshNode, normalize?: (node: Node) => void): Node;