// SPDX-License-Identifier: AGPL-3.0-or-later pragma solidity ^0.8.13; interface IPairFunctions { function price() external returns (uint256); }