export interface FetchEntitlementsOptionsOptions used to fetch entitlements
optionalafter? : Snowflake 
Consider only entitlements after this entitlement id If both before and after are provided, only before is respected
optionalbefore? : Snowflake 
Consider only entitlements before this entitlement id
optionalcache? : boolean = true
Whether to cache the fetched entitlements
optionalexcludeDeleted? : boolean 
Whether to exclude deleted entitlements
optionalexcludeEnded? : boolean 
Whether to exclude ended entitlements
optionalguild? : GuildResolvable 
The guild to fetch entitlements for
optionallimit? : number 
The maximum number of entitlements to fetch
optionalskus? : readonly SKUResolvable[] 
The SKUs to fetch entitlements for
optionaluser? : UserResolvable 
The user to fetch entitlements for