UNPKG

sphinx-tools

Version:
8 lines (7 loc) 160 B
import user from "./Classes/User"; import bot from "./Classes/Bot"; declare const _default: { user: typeof user; bot: typeof bot; }; export = _default;