declare function isPortInUse(port: number): Promise; declare function getRandomPort(): Promise; export declare const net: { isPortInUse: typeof isPortInUse; getRandomPort: typeof getRandomPort; }; export {}; //# sourceMappingURL=index.d.ts.map