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