import { exec, execFile, execFileSync, execSync } from "child_process";

//#region src/exec.d.ts
declare const execAsync: typeof exec.__promisify__;
declare const execFileAsync: typeof execFile.__promisify__;
//#endregion
export { execAsync, execFileAsync, execFileSync, execSync };
//# sourceMappingURL=exec.d.ts.map