"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GranteeCommand = void 0;
const root_command_1 = require("../root-command");
class GranteeCommand extends root_command_1.RootCommand {
}
exports.GranteeCommand = GranteeCommand;