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