/** * Check if port is in use and exit with helpful message if it is */ export declare function checkIfPortInUse(port: number): Promise; //# sourceMappingURL=port-check.d.ts.map