import ClientCommand from "./ClientCommand"; import InfoAttr from "./info/InfoAttr"; export default class InfoCommand extends ClientCommand { /** The info attributes. */ readonly attributes: ReadonlyArray; constructor( /** The info attributes. */ attributes: ReadonlyArray); }