/** * Parse a page, read its content and parse the YAMl header * * @param {Book} book * @param {Page} page * @return {Promise} */ declare function parsePage(book: any, page: any): any; export default parsePage; //# sourceMappingURL=parsePage.d.ts.map