import getPort from 'get-port'; export declare const netUtils: { /** * A wrapper around `getPort` for testing purposes */ getFreePort: typeof getPort; }; //# sourceMappingURL=net-utils.d.ts.map