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