importtype { ChildProcess } from'node:child_process';
/**
* Kill `cp` (and its descendants) when this process exits, unless it has
* already exited on its own.
*/exportdeclarefunctionkillChildOnHostExit(cp: ChildProcess): void;
exportdeclarefunctionkillTrackedChildren(): void;