/** * Process-related utilities for the CLI. */ export declare function isProcessAlive(pid: number): boolean; //# sourceMappingURL=process.d.ts.map