import { UrlNormalizationOptions, SyncValidation } from '../../types.js'; /** * Normalize URL */ export declare const normalizeUrl: SyncValidation;