import { ChatInputApplicationCommandData, Collection } from "discord.js"; import { SlashCommand } from "./SlashCommand.js"; export declare class SlashCommandGroup { readonly commands: Collection>; addSubcommand(slash: SlashCommand): this; toJSON(name: string): T; } //# sourceMappingURL=SlashCommandGroup.d.ts.map