import type Documentation from '../Documentation';
import type { Importer } from '../parse';
import type { NodePath } from 'ast-types/lib/node-path';
export default function displayNameHandler(documentation: Documentation, path: NodePath, importer: Importer): void;
