import { BaseInteraction } from 'discord.js';
import type { ShewenyClient } from '../client/Client.js';
export default function run(client: ShewenyClient, i: BaseInteraction): void | boolean;
