export default class Cache { map: Map>; constructor(); getPromise(hash: string, fn: CallableFunction): Promise | undefined; }