import type { default as Documentation } from '../Documentation';
/**
 * Extract info from the methods jsdoc blocks. Must be run after
 * flowComponentMethodsHandler.
 */
export default function componentMethodsJsDocHandler(documentation: Documentation): void;
