export declare let kill: (pid: number) => Promise; export declare let killtree: (pid: number) => Promise;