/// interface IOpts { scriptPath: string; } export default function start({ scriptPath }: IOpts): import("child_process").ChildProcess; export {};