import { Base } from '../lib/parse/base'; import type { BookInfo } from '../lib/parse/base'; import { UserConfig } from '../core'; export declare function writeBookInfoFile(bookInfo: BookInfo, bookDistPath: string, parseInstance: Base): Promise; export declare function scanFolder(distPath: string): Promise; export declare function readConfig(distPath: string): Promise;