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