import type { Importer } from '../parse';
import { MethodDescriptor } from '../Documentation';
import type { NodePath } from 'ast-types/lib/node-path';
export default function getMethodDocumentation(methodPath: NodePath, importer: Importer): MethodDescriptor | null;
