let child_process = require("child_process"); export default () => { child_process.execSync = () => {}; };