import type { Importer } from '../parse';
import type { NodePath } from 'ast-types/lib/node-path';
export default function getMemberExpressionValuePath(variableDefinition: NodePath, memberName: string, importer: Importer): NodePath | null;
