/** Parse summary in a book, the summary can only be parsed if the readme as be detected before. @param {Book} book @return {Promise} */ declare function parseSummary(book: any): any; export default parseSummary; //# sourceMappingURL=parseSummary.d.ts.map