import type { SpawnOptions } from "node:child_process"; export declare const PLUGIN_NAME = "hardhat-noir"; export declare const makeRunCommand: (cwd?: string) => (command: string, args: (string | number)[], options?: Pick) => Promise; //# sourceMappingURL=utils.d.ts.map