UNPKG

149 BTypeScriptView Raw
1import { Command } from './command';
2/**
3 * Prints version information.
4 *
5 * @stable
6 */
7export declare const version: Command<any, Promise<void>>;