function getPruneCountimport { getPruneCount } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; getPruneCount(bot: Bot,guildId: BigString,options?: GetGuildPruneCountQuery,): Promise<number>Gets the number of members that would be kicked from a guild during pruning. Parametersbot: Bot The bot instance used to make the request guildId: BigString The ID of the guild to get the prune count of. optionaloptions: GetGuildPruneCountQuery The parameters for the fetching of the prune count. ReturnsPromise<number>A number indicating the number of members that would be kicked.