import { CommandArg, Terminal } from "../core";
export declare function missingArgError(arg: CommandArg): Promise<Error>;
export declare function run(terminal: Terminal): Promise<void>;
//# sourceMappingURL=index.d.ts.map