/** * Find an available port * @param {number} port * @returns Promise */ export function find(port: number): Promise;