// SPDX-License-Identifier: MIT pragma solidity ^0.8.23; // interfaces // libraries // contracts interface IReentrancyGuard { error ReentrancyGuard__ReentrantCall(); }