export declare function killTree(pid: number, signal: NodeJS.Signals, callback?: (error: Error) => void): void;
