import * as Config from '@anycli/config'; import Engine from './engine'; export declare function run(argv?: string[], opts?: Partial): Promise; export default run; export { Engine };