declare const killSync: (pid: number, signal?: string | number, recursive?: boolean) => void;
export default killSync;
