import type { CommandDecorator } from './interfaces/index.js'; export declare const Command: (path: string[], description?: string) => CommandDecorator;