import type { NodePath } from '@babel/traverse'; import type { Node } from '@babel/types'; export declare const getTraversalCache: = NodePath>(path: NodePath, name: string) => WeakMap; export declare const clearBabelTraversalCache: () => void; export declare const invalidateTraversalCache: (path: NodePath) => void;