import type { CommandUtil } from "./struct/commands/CommandUtil.js"; declare module "discord.js" { interface Message extends Base { util?: CommandUtil>; } } export * from "./struct/AkairoClient.js"; export * from "./struct/AkairoHandler.js"; export * from "./struct/AkairoModule.js"; export * as ClientUtil from "./struct/ClientUtil.js"; export * from "./struct/commands/arguments/Argument.js"; export * from "./struct/commands/arguments/ArgumentRunner.js"; export * from "./struct/commands/arguments/TypeResolver.js"; export * from "./struct/commands/Command.js"; export * from "./struct/commands/CommandHandler.js"; export * from "./struct/commands/CommandUtil.js"; export * from "./struct/commands/ContentParser.js"; export * from "./struct/commands/Flag.js"; export * from "./struct/contextMenuCommands/ContextMenuCommand.js"; export * from "./struct/contextMenuCommands/ContextMenuCommandHandler.js"; export * from "./struct/inhibitors/Inhibitor.js"; export * from "./struct/inhibitors/InhibitorHandler.js"; export * from "./struct/listeners/Listener.js"; export * from "./struct/listeners/ListenerHandler.js"; export * from "./struct/tasks/Task.js"; export * from "./struct/tasks/TaskHandler.js"; export * from "./typings/events.js"; export * from "./util/AkairoError.js"; export * from "./util/AkairoMessage.js"; export * from "./util/Category.js"; export * as Constants from "./util/Constants.js"; export * as Util from "./util/Util.js"; export declare const version: string; //# sourceMappingURL=index.d.ts.map