"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const command_js_1 = require("./command.js");
exports.default = {
command: command_js_1.command,
handler: command_js_1.handler,
description: command_js_1.description,
builder: command_js_1.builder,
};