"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.authCommands = void 0;
const login_1 = require("./login");
const logout_1 = require("./logout");
exports.authCommands = [
login_1.loginCommand,
logout_1.logoutCommand
];