export declare interface IContextFetchingStrategy
Strategies responsible solely for making manager information accessible
readonlyFetchingStrategyOptions options :
retrieveSessionInfoshardId: number) : Awaitable<SessionInfo | null> (
shardId: number
updateSessionInfoshardId: numbersessionInfo: SessionInfo | null) : Awaitable<void> (
shardId: number
sessionInfo: SessionInfo | null
waitForIdentifyshardId: numbersignal: AbortSignal) : Promise<void> (
shardId: number
signal: AbortSignal
Resolves once the given shard should be allowed to identify, or rejects if the operation was aborted