import execa = require("execa"); export default function wrappedExec(command: string, args: string[], opts: execa.Options, debugCallback: (formatter: string, ...args: unknown[]) => void): execa.ExecaChildProcess; //# sourceMappingURL=execa.d.ts.map