import { AuthContextValues } from "../../context/auth-context";
export default function useAuth(): Partial<AuthContextValues>;
