import { Client } from "discord.js";
import Artibot from "../index.js";
export declare const name = "ready";
export declare const once = true;
/** Send pterodactyl started trigger */
export declare function execute(client: Client, { config: { pterodactylReadyMessage } }: Artibot): void;
