#!/usr/bin/env tsx export declare function readTaskPid(): number | null; export declare function isPidAlive(pid: number): boolean;