import Artibot from "../index";
import { ButtonInteraction } from "discord.js";
export declare const name: string;
/** Event listener for button interactions */
export declare function execute(interaction: ButtonInteraction, artibot: Artibot): Promise<void>;
