declare function useUpvoteEntity(): ({ entityId }: {
    entityId: string;
}) => Promise<any>;
export default useUpvoteEntity;
