TokenCache: {
    get: ((tokenCacheOptions?) => TokenStore);
    set: ((cache, tokenCacheOptions?) => void);
}

Type declaration