"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Command = void 0; class Command { constructor() { this.param_count = -1; } } exports.Command = Command; //# sourceMappingURL=command.js.map