import type { URL } from 'node:url'; export declare const normalizeUrlPort: (url: URL) => number;