import { UserType, IWeavyClient } from "../types/types"; export default function useUser(client: IWeavyClient): import("react-query").UseQueryResult;