/** Hook that returns logout function. */ declare const useLogout: () => () => void; export default useLogout;