import type { NodePath } from '@babel/traverse';
/**
 * Checks if a given path has been removed from the AST.
 */
export default function isRemoved(path: NodePath): boolean;
