import { ItemChapterDto } from 'podverse-orm'; export type PIChapter = { startTime: string; endTime: string | null; title: string | null; img: string | null; url: string | null; toc: boolean; }; export declare const compatParsedChapters: (chapters: PIChapter[]) => ItemChapterDto[]; //# sourceMappingURL=chapters.d.ts.map