export declare function GetOrAddToCache(key: string, timeToLiveSeconds: number, addItemFunc: () => T | Promise): Promise;