export interface ProcessEntry { processId: number; threadCount: number; parentProcessId: number; threadPriority: number; }