import type { CommandSpec, CommandResult, RunnerPolicy } from './types';
export declare const runCommand: (spec: CommandSpec, policy: RunnerPolicy) => Promise<CommandResult>;
//# sourceMappingURL=runner.d.ts.map