import * as _readline from "readline"; import { execSync as execSync$1, spawnSync as spawnSync$1 } from "child_process"; //#region src/lib/node-shell-deps.d.ts declare const readline: typeof _readline; declare const execSync: typeof execSync$1; declare const spawnSync: typeof spawnSync$1; //#endregion export { execSync, readline, spawnSync }; //# sourceMappingURL=node-shell-deps.d.mts.map