// SPDX-License-Identifier: MIT pragma solidity ^0.8; interface IOwnable { function owner() external view returns (address); }