/** * List all plugin requirements for a book. * It can be different from the final list of plugins, * since plugins can have their own dependencies * * @param {Book} * @return {List} */ declare function listDepsForBook(book: any): any; export default listDepsForBook; //# sourceMappingURL=listDepsForBook.d.ts.map