import { type CommandInputs, type CommandOutput } from '../command.js'; /** * Run the command for each package in parallel. * * @category Internal */ export declare function runForEachAsyncCommand({ cwd, commandInputs, maxConcurrency, exclude, }: Readonly): Promise;