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