import { type ChatInputApplicationCommandData } from "discord.js"; import { SlashCommandBaseData } from "../typings/interfaces/SlashCommandBaseData.js"; export declare class SlashCommandBase { readonly data: SlashCommandBaseData; constructor(data: SlashCommandBaseData); toJSON(defaultFileName: string): ChatInputApplicationCommandData; } //# sourceMappingURL=SlashCommandBase.d.ts.map