export declare const useAuth: () => import("./types").AuthContextType;
export declare function useProtectedRoute(): {
    isLoading: boolean;
    isAuthenticated: boolean;
};
//# sourceMappingURL=hooks.d.ts.map