export declare const useAuthLogout: () => { logout: () => Promise; clearToken: () => { payload: undefined; type: string; }; };