import IBotEvents from "./IBotEvents"; import IAuth from "./IAuth"; import IBot from "./IBot"; export { IAuth, IBot, IBotEvents };