import { Node, NodePath } from '../types'; import * as AstTypes from 'ast-types'; export default function detectChangedNodes(t: typeof AstTypes, path: NodePath): void;