import { UserType } from "../types/types"; export default function useVotes(id: number, options: any): import("react-query").UseQueryResult;