import { RunnerConfig } from './types';
declare const _default: (config: RunnerConfig) => Promise<RunnerConfig>;
export default _default;
