import { CommandBase } from '../types'; export declare const getBaseCommand: (args: string[]) => CommandBase;