declare function isPortFree(port: number, host?: string): Promise; export default isPortFree;