/** Initialize folder structure for a book Read SUMMARY to created the right chapter @param {Book} @param {string} @return {Promise} */ declare function initBook(rootFolder: any): any; export default initBook; //# sourceMappingURL=init.d.ts.map