/** * handle cli input * @param argvArg */ export declare let handleCli: (argvArg: any) => Promise; export declare let mirror: () => Promise;