import { ShellParallelOptions } from './types.js';
import '@ycmd/helpers';
import '@ycmd/spawn';
import '@ycmd/utils';
import 'yargs';

declare function shellParallel(command: string, options?: ShellParallelOptions): Promise<any>;

export { shellParallel };
