/** * Check if `port` is available * @param {number} port */ export function check(port: number): Promise;