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