import childProcess from "node:child_process"; /** * Easy to mock childProcess utils. * @internal */ export declare const processUtils: { /** * Promisifying childProcess.execFile * @internal */ execFile(file: string, params: string[], options?: childProcess.ExecFileOptionsWithStringEncoding): Promise; }; //# sourceMappingURL=processUtils.d.ts.map