export declare const removeTrailingSlash: (path: string) => string;
export declare const removeLeadingSlash: (path: string) => string;
export declare const parseUrl: (value: string) => URL;
export declare const validateUrl: (value: string | URL) => boolean;
export declare const normalizeUrl: (value: string) => string;
