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

declare function pathexec(command: string, options?: PathexecOptions): Promise<any>;

export { pathexec };
