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