import { INovelStatCache } from '@node-novel/cache-loader';
export declare function updateCache(force: boolean): Promise<INovelStatCache>;
export default updateCache;
