/** * Remove default ports (80 for HTTP, 443 for HTTPS) to ensure consistency */ export declare function normalizeRegistryUrl(urlString: string): string;