// SPDX-License-Identifier: MIT pragma solidity =0.8.4; interface IPriceConsumer { function exchangeAssets( uint8 exchAggr, uint8 quoteAggr, uint256 exchAmount ) external view returns (uint256, uint8); }