export { Client, EcstarClientOptions } from './Client'; export { command, commandOptions } from './lib/structures/command'; export { event, eventOptions } from './lib/structures/event'; export { argument, argumentOptions } from './lib/structures/argument';