/// <reference types="node" />
import { exec } from "node:child_process";
export declare const execPromise: typeof exec.__promisify__;
