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