import { NodePath } from '@babel/traverse';
export declare function processHookMemberAccess(path: NodePath): void;
