export { normalizeClientSideUrl };
/** Resolves relative URLs */
declare function normalizeClientSideUrl(url: string, options?: {
    withoutHash: true;
}): `/${string}`;
