import { Node } from 'estree'; export default function replace_object(node: Node, replacement: Node): Node;