import * as execa from 'execa';
export default function (opts: any): Promise<execa.ExecaReturns>;
