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