/** * Kill whichever process is using `port` * @param {number} port */ export function kill(port: number): Promise;