/** Runs all arguments as commands in parallel. */
export declare function run(...args: any[]): Promise<string[]>;
