/// <reference types="vorpal" />
import { InteractiveCLIArgs } from '@neo-one/server-plugin';
export declare const buildCommand: ({ cli }: InteractiveCLIArgs) => import("vorpal").Command;
