import type { NodePath } from '@babel/traverse'; import type * as t from '@babel/types'; export type Result = { node: t.Node; path: NodePath; };