import { Command } from '../Command'; /** * A command that prints the clipanion definitions. */ export declare class DefinitionsCommand extends Command { static paths: string[][]; execute(): Promise; }