/** * Find the PID of the process using `port` * @param {number} port */ export function blame(port: number): Promise;