import { Collection } from "discord.js"; import { SlashCommand } from "./SlashCommand.js"; export declare class SlashSubcommandGroup { readonly commands: Collection>; } //# sourceMappingURL=SlashSubcommandGroup.d.ts.map