import type { NodePath } from 'ast-types/lib/node-path';
export default function getClassMemberValuePath(classDefinition: NodePath, memberName: string): NodePath | null;
