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