interface Config { bookPath: string; } export declare function update(config: Config): Promise; export {};