import { ChapterMarker, ProjectJSON } from '../types'; export declare const getChapterMarkers: (project: ProjectJSON) => ChapterMarker[]; export declare const exportChaptersAsYouTube: (project: ProjectJSON) => string; export declare const exportChaptersAsJSON: (project: ProjectJSON) => string; //# sourceMappingURL=chapter-export.d.ts.map