import { StringSelectMenuInteraction } from "discord.js";
import Artibot from "../index.js";
/**
 * Error message for select menu interaction
 * @param {SelectMenuInteraction} interaction
 * @param {Artibot} artibot
 */
export default function execute(interaction: StringSelectMenuInteraction, { localizer }: Artibot): Promise<void>;
