export interface GuildPruneMembersOptionsOptions used for pruning guild members. It's recommended to set options.count to false for large guilds.
optionalcount? : boolean 
Whether or not to return the number of users that have been kicked.
optionaldays? : number 
Number of days of inactivity required to kick
optionaldry? : boolean = false
Get the number of users that will be kicked, without actually kicking them
optionalreason? : string 
Reason for this prune
optionalroles? : readonly RoleResolvable[] 
Array of roles to bypass the "...and no roles" constraint when pruning