export { getCurrentUrl };
import '../assertEnvClient.js';
declare function getCurrentUrl(options?: {
    withoutHash: true;
}): `/${string}`;
