export { default as DiscordBot } from './bot'; export { default as CommandParser } from './command'; export * as Parser from './command';