import { Collection } from "discord.js"; import type { AkairoModule } from "../struct/AkairoModule.js"; export declare class Category> extends Collection { id: string; constructor(id: string, iterable?: Iterable); reloadAll(): this; removeAll(): this; toString(): string; } //# sourceMappingURL=Category.d.ts.map