import { ApplicationCommand } from "discord.js"; export default class ApplicationCommandExtension { id: ApplicationCommand["id"]; name: ApplicationCommand["name"]; mention: string; constructor(); /** @DJSProtofy */ getMention(): ``; getMention(subCommand: S): ``; getMention(subGroup: G, subCommand: S): ``; /** @DJSProtofy */ toString(): string; }