import { ChatInputCommandInteraction } from "discord.js";
import Artibot from "../../index.js";
/** Slash command to create an embed */
export default function execute(interaction: ChatInputCommandInteraction, { config, localizer, createEmbed }: Artibot): Promise<void>;
