import Bluebird from 'bluebird';
export declare function updateCache2(force: boolean): Bluebird<Record<string, number>>;
