// SPDX-License-Identifier: MIT pragma solidity 0.8.21; interface IEIP712 { function DOMAIN_SEPARATOR() external view returns (bytes32); }