import type { NodePath } from 'ast-types/lib/node-path';
export default function getParameterName(parameterPath: NodePath): string;
