import { Options } from "normalize-url"; export declare function normalizeUrl(url: string, options?: Options): string;