import { IParsedBook } from './types'; export declare function parseEpub(book: Buffer): Promise;