/** * @internal */ export declare class KeyedDelay { private _map; constructor(); getOrCreate(key: string, provider: () => Promise): Promise; }