/** * Constructs a relative path from a URL. * * @param url - The destination URL * @param base - The base URL * @returns The relative path * * @group Utils * * @beta */ export declare function urlToRelativePath(url: string, base: string): string; //# sourceMappingURL=urlToRelativePath.d.ts.map