declare module 'cross-spawn-with-kill' { import spawn from 'cross-spawn' export default function spawnWithKill( ...params: Parameters ): ReturnType & { kill: () => void } }