export { authCommand } from './auth' export { chatCommand } from './chat' export { friendCommand } from './friend' export { messageCommand } from './message' export { whoamiCommand } from './whoami'