import * as yargs from 'yargs';
import type { RawNxArgs } from './utils';
export declare function runMany(parsedArgs: yargs.Arguments & RawNxArgs): Promise<void>;
