import { Base } from '../../../lib/parse/base'; import type { BookInfo, TSaveImgCallback } from '../../../lib/parse/base'; export declare class Baimangu extends Base { readonly type = "Baimangu"; parseBookInfo(): Promise; getImgList(chapterUrl: string): Promise; genReqOptions(): { headers: { referrer: string; 'user-agent': any; }; }; saveImgList(path: string, imgList: string[], saveImgCallback?: TSaveImgCallback): Promise; }