declare function kill(pid: number): void;

export = kill;
