import type { Config, ErrorChapterItem } from './core'; import type { ChaptersItem } from './lib/parse/base'; export declare function echoErrorMsg(bookName: string, chaptersList: ChaptersItem[], errorList: ErrorChapterItem[], isShowDetails?: boolean): void; export declare function main(config: Config): Promise;