import { Runner } from '../../@types';
export declare const runRunnerCommands: ({ runner, runner: { commands } }: {
    runner: Runner;
}) => Promise<void>;
