import { yParser } from '@umijs/utils'; interface IOpts { args?: yParser.Arguments; } export declare function run(_opts?: IOpts): Promise; export {};