import { Book, Chapter } from "./data.js"; export { Book, Chapter }; export declare function epubToBook(bytes: Uint8Array): Book | string;