declare function useLoginRedirect(): { getRedirectUrl: () => Promise; }; export { useLoginRedirect };