import { Command } from './command';
/**
 * Prints version information.
 *
 * @stable
 */
export declare const version: Command<any, Promise<void>>;
