/**
 * Converts url to relative url
 * @param url - Valid url
 * @category Utility
 */
export declare function urlToRelative(url: string): string;
/**
 * Joins two url paths
 * @param url - Valid url
 * @category Utility
 */
export declare function urlJoin(...concat: string[]): string;
//# sourceMappingURL=url.d.ts.map