import { RunnerConfig } from './types'; declare const engine: (argv: string[], config: RunnerConfig) => Promise; export default engine;