import { STChapter } from '../models/sdk/chapter'; export declare const findCurrentChapterIndex: (chapterList: STChapter[], currentTime: number) => number;