import { Client } from "discord.js";
import Artibot from "../index.js";
export declare const name = "ready";
export declare const once = true;
/** Make sure the bot has the good name on startup */
export declare function execute(client: Client<true>, artibot: Artibot): void;
