import { NodePath } from '@babel/core'; import { VariableDeclarator } from '@babel/types'; export declare const instrumentReactMemoVariableDeclaration: (path: NodePath) => void;