///
///
import { type ExecaChildProcess, type Options, type DefaultEncodingOption } from 'execa';
declare function execaUtil(command: string, args: string[], opts: Options<'buffer'>, callback?: (proc: ExecaChildProcess) => void): ExecaChildProcess;
declare function execaUtil(command: string, args?: string[], opts?: Options, callback?: (proc: ExecaChildProcess) => void): ExecaChildProcess;
export default execaUtil;
//# sourceMappingURL=execa.d.ts.map