/** * This hook is used to navigate back to the current page after login * - caution: his function won't have effect on the console-ce edition */ export declare const useNavigateBackAfterLogin: () => (path?: string) => void; //# sourceMappingURL=useNavigateBackAfterLogin.d.ts.map