import { execSync as nodeExecSync } from 'node:child_process'; export declare const execSync: (cmd: string, options?: Parameters[1]) => string | NonSharedBuffer; //# sourceMappingURL=execSync.d.ts.map