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

declare function shell(command: string, options?: ShellOptions): Promise<any>;

export { shell };
