export declare type PID = string; export interface ProcessId { toString(): string; }