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