import { ApplicationCommandType } from 'discord-api-types/v9';
export declare const Command: (name: string, description?: string | undefined, type?: ApplicationCommandType | undefined) => ClassDecorator;
