export declare class CacheMap extends Map { private readonly queue; getOrQueue V | Promise>(key: K, factory: F): Awaited> | undefined; getOrCreate V | Promise>(key: K, factory: F): Promise>>; }