import CommandButton from "./CommandButton"; export default class CommandButtonArgs { command: string; button: CommandButton; constructor(button: CommandButton); isCommand(): boolean; getCommand(): string; }