export interface ChapterDetails { id: string; mangaId: string; pages: string[]; } //# sourceMappingURL=ChapterDetails.d.ts.map