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