UNPKG

223 BTypeScriptView Raw
1import { Command } from '../Command';
2/**
3 * A command that prints the clipanion definitions.
4 */
5export declare class DefinitionsCommand extends Command<any> {
6 static paths: string[][];
7 execute(): Promise<void>;
8}