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