/// declare const runScript: (scriptPath: string, args?: string[]) => import("child_process").ChildProcess; export default runScript;