import { ChildProcess } from 'child_process'; declare function launchNode(cmd: string, args: string[], name: string): Promise; export { launchNode };