import { StringSelectMenuInteraction } from "discord.js";
import Artibot from "../index.js";
export declare const name = "interactionCreate";
export declare function execute(interaction: StringSelectMenuInteraction, artibot: Artibot): Promise<void>;
