import { ICommand } from "./types"; export declare const runCommand: (command: ICommand, commanderValues: {}) => Promise;