import { Config } from '../../types';
import Runner from './runner';
export default function master(config: Config): Promise<Runner>;
