import { Command } from "../command"; export default class Debug extends Command { commandString: string; description: string; action(): Promise; }