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