import type { NodePath } from '@babel/traverse'; import type { types as t } from '@babel/core'; import type State from './state'; export default function dependencySatisfies(path: NodePath, state: State): boolean; //# sourceMappingURL=dependency-satisfies.d.ts.map