/** Start a process with the first param of main process (Eg: ts-node if main process has been started with ts-node) */ export declare function startChildProcess(programPath: any, args: string[], onExit: (code: number) => any): void;