import type { ShewenyClient } from '../client/Client.js'; import type { CommandInteraction, ContextMenuCommandInteraction } from 'discord.js'; export default function run(client: ShewenyClient, interaction: CommandInteraction | ContextMenuCommandInteraction): Promise;