import { type ApplicationCommandOptionType, type ChatInputApplicationCommandData } from "discord.js"; import { SlashCommandData } from "../typings/interfaces/SlashCommandData.js"; export declare class SlashCommand { readonly data: SlashCommandData; constructor(data: SlashCommandData); toJSON(type?: ApplicationCommandOptionType): T; get api(): ChatInputApplicationCommandData; get meta(): T | undefined; } //# sourceMappingURL=SlashCommand.d.ts.map