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