import { Command, Alias, Flag, Description } from '../types'; export declare function command(...definitions: Array): Command;