declare function isPortFree(port: number, host?: string): Promise<boolean>;

export = isPortFree;
