/**
* @param {Readonly<Node>} from
* Node to take from.
* @param {Node} to
* Node to add to.
* @returns {undefined}
* Nothing.
*/exportfunctioncreate(from: Readonly<Node>, to: Node): undefined;
import type { Node } from'estree-jsx';
//# sourceMappingURL=estree-util-create.d.ts.map