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