import { CliConfig } from "../cli-config"; export declare const runCommand: (cliConfig: CliConfig) => Promise;