export declare const useAuthStatus: () => { token: string; loading: boolean; error: import("axios").AxiosError; };