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