class SimpleContextFetchingStrategy

declare class SimpleContextFetchingStrategy implements IContextFetchingStrategy

readonly
options : FetchingStrategyOptions

retrieveSessionInfo(
shardId: number
) : Promise<SessionInfo | null>

updateSessionInfo(
shardId: number
sessionInfo: SessionInfo | null
) : _discordjs_util.Awaitable<void>