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