import { YamlFile } from '../yaml-config'; import { Context } from '../ctx'; export declare function runCommand(ctx: Context, configFile: YamlFile): Promise;