import { Message } from "discord.js"; import { Client, Command } from "../../index"; export default class EvalCommand extends Command { command: string[]; execute(message: Message, client: Client): Promise; } //# sourceMappingURL=Eval.d.ts.map